Html Css Color HEX #E5CC10 Sunflower

📋 copy color: '#E5CC10'

red 229 ◦ green 204 ◦ blue 16

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

Shades of Sunflower #E5CC10

Tints of Sunflower #E5CC10

RGB

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

 GREEN value IS 204 (80.08% from 255) = 45.43%

 BLUE value IS 16 (6.64% from 255) = 3.56%

R = 51%
G = 45.43%
B = 3.56%

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

#E5CC10 (or 0xE5CC10) is known color: Sunflower. HEX triplet: E5, CC and 10. RGB value is (229,204,16). Sum of RGB (Red+Green+Blue) = 229+204+16=449 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.00% from 449); Green value is 204 (80.08% from 255 or 45.43% from 449); Blue value is 16 (6.64% from 255 or 3.56% from 449); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CC10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5CC10 is #1A33EF. Grayscale: #BEBEBE. Windows color (decimal): -1717232 or 1101029. OLE color: 1101029.

HSL color Cylindrical-coordinate representation of color #E5CC10: hue angle of 52.96º degrees, saturation: 0.87, 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 #E5CC10 is Cyan = 0, Magento = 0.11, Yellow = 0.93 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 204 16 -
CMYK 0 0.11 0.93 0.10
HSL 52.96º 0.87% 0.48% -
HSV(B) 52.96º 0.93% 0.9% -
XYZ 54 59.88 9.2 -
YUV 190.04 29.78 155.79 -
System Red Green Blue C M Y K H S L
Decimal 229 204 16 0 0.11 0.93 0.10 52.96 0.87 0.48
Hex E5 CC 10 0 B 5D A 35 57 30
Octal 345 314 20 0 13 135 12 65 127 60
Binary 11100101 11001100 10000 0 1011 1011101 1010 110101 1010111 110000

Color Harmonies of #E5CC10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5CC10

Black with #E5CC10

Text Example


Text Example

White with #E5CC10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5CC10; }

 p { color: rgb(229,204,16); }

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

background-color css

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

 a { background-color: rgb(229,204,16); }

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

border-color css

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

 span { border-color: rgb(229,204,16); }

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