Html Css Color HEX #E5CB0F Sunflower

📋 copy color: '#E5CB0F'

red 229 ◦ green 203 ◦ blue 15

#E5CB0F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sunflower #E5CB0F

Tints of Sunflower #E5CB0F

RGB

 RED value IS 229 (89.84% from 255) = 51.23%

 GREEN value IS 203 (79.69% from 255) = 45.41%

 BLUE value IS 15 (6.25% from 255) = 3.36%

R = 51.23%
G = 45.41%
B = 3.36%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.93

 K value IS 0.10

RGB Variations

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

Color information

#E5CB0F (or 0xE5CB0F) is known color: Sunflower. HEX triplet: E5, CB and 0F. RGB value is (229,203,15). Sum of RGB (Red+Green+Blue) = 229+203+15=447 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.23% from 447); Green value is 203 (79.69% from 255 or 45.41% from 447); Blue value is 15 (6.25% from 255 or 3.36% from 447); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CB0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5CB0F is #1A34F0. Grayscale: #BEBEBE. Windows color (decimal): -1717489 or 1035237. OLE color: 1035237.

HSL color Cylindrical-coordinate representation of color #E5CB0F: hue angle of 52.71º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E5CB0F is Cyan = 0, Magento = 0.11, Yellow = 0.93 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 203 15 -
CMYK 0 0.11 0.93 0.10
HSL 52.71º 0.88% 0.48% -
HSV(B) 52.71º 0.93% 0.9% -
XYZ 53.76 59.4 9.08 -
YUV 189.34 29.61 156.29 -
System Red Green Blue C M Y K H S L
Decimal 229 203 15 0 0.11 0.93 0.10 52.71 0.88 0.48
Hex E5 CB F 0 B 5D A 35 58 30
Octal 345 313 17 0 13 135 12 65 130 60
Binary 11100101 11001011 1111 0 1011 1011101 1010 110101 1011000 110000

Color Harmonies of #E5CB0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5CB0F

Black with #E5CB0F

Text Example


Text Example

White with #E5CB0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5CB0F; }

 p { color: rgb(229,203,15); }

 H1.HeaderClassName
 {
   color: #E5CB0F;
 }
 .AnyTagClassName
 {
   color: #E5CB0F;
 }
</style>

background-color css

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

 a { background-color: rgb(229,203,15); }

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

border-color css

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

 span { border-color: rgb(229,203,15); }

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