Html Css Color HEX #E5CC0F Sunflower

📋 copy color: '#E5CC0F'

red 229 ◦ green 204 ◦ blue 15

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

Shades of Sunflower #E5CC0F

Tints of Sunflower #E5CC0F

RGB

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

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

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

R = 51.12%
G = 45.54%
B = 3.35%

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

#E5CC0F (or 0xE5CC0F) is known color: Sunflower. HEX triplet: E5, CC and 0F. RGB value is (229,204,15). Sum of RGB (Red+Green+Blue) = 229+204+15=448 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.12% from 448); Green value is 204 (80.08% from 255 or 45.54% from 448); Blue value is 15 (6.25% from 255 or 3.35% from 448); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CC0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5CC0F is #1A33F0. Grayscale: #BEBEBE. Windows color (decimal): -1717233 or 1035493. OLE color: 1035493.

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

Color convert

RGB 229 204 15 -
CMYK 0 0.11 0.93 0.10
HSL 52.99º 0.88% 0.48% -
HSV(B) 52.99º 0.93% 0.9% -
XYZ 53.99 59.88 9.16 -
YUV 189.93 29.28 155.87 -
System Red Green Blue C M Y K H S L
Decimal 229 204 15 0 0.11 0.93 0.10 52.99 0.88 0.48
Hex E5 CC F 0 B 5D A 35 58 30
Octal 345 314 17 0 13 135 12 65 130 60
Binary 11100101 11001100 1111 0 1011 1011101 1010 110101 1011000 110000

Color Harmonies of #E5CC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5CC0F

Black with #E5CC0F

Text Example


Text Example

White with #E5CC0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5CC0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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