#EBF340

Color #EBF340 Starship (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Starship #EBF340

Tints of Starship #EBF340

Color information

#EBF340 (or 0xEBF340) is unknown color: approx Starship. HEX triplet: EB, F3 and 40. RGB value is (235,243,64). Sum of RGB (Red+Green+Blue) = 235+243+64=542 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.36% from 542); Green value is 243 (95.31% from 255 or 44.83% from 542); Blue value is 64 (25.39% from 255 or 11.81% from 542); Max value from RGB is 243 - color contains mainly: green. Hex color #EBF340 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBF340 is #140CBF. Grayscale: #DCDCDC. Windows color (decimal): -1313984 or 4256747. OLE color: 4256747.

HSL color Cylindrical-coordinate representation of color #EBF340: hue angle of 62.68º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EBF340 is Cyan = 0.03, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB23524364-
CMYK0.0300.740.05
HSL62.68º88.18%60.2%-
HSV(B)62.68º73.66%95.29%-
XYZ67.2482.1317.16-
YUV220.239.85138.55-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 235 (92.19% from 255) = 43.36%
GREEN value IS 243 (95.31% from 255) = 44.83%
BLUE value IS 64 (25.39% from 255) = 11.81%
R=43.36%
G=44.83%
B=11.81%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal235243640.0300.740.0562.6888.1860.2
HexEBF340304A53f583c
Octal3533631003011257713074
Binary1110101111110011100000011010010101011111111011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF340; }

 p { color: rgb(235,243,64); }

 H1.HeaderClassName
 {
   color: #EBF340;
 }
 .AnyTagClassName
 {
   color: #EBF340;
 }
</style>
background-color css

<style>
 a { background-color: #EBF340; }

 a { background-color: rgb(235,243,64); }

 div.DivClassName
 {
   background-color: #EBF340;
 }
 .BgClassName
 {
   background-color: #EBF340;
 }
</style>
border-color css

<style>
 span { border-color: #EBF340; }

 span { border-color: rgb(235,243,64); }

 td.TdClassName
 {
   border-color: #EBF340;
 }
 .TagClassName
 {
   border-color: #EBF340;
 }
</style>