Html Css Color HEX #ECC804 Golden Poppy

📋 copy color: '#ECC804'

red 236 ◦ green 200 ◦ blue 4

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

Shades of Golden Poppy #ECC804

Tints of Golden Poppy #ECC804

RGB

 RED value IS 236 (92.58% from 255) = 53.64%

 GREEN value IS 200 (78.52% from 255) = 45.45%

 BLUE value IS 4 (1.95% from 255) = 0.91%

R = 53.64%
G = 45.45%
B = 0.91%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#ECC804 (or 0xECC804) is known color: Golden Poppy. HEX triplet: EC, C8 and 04. RGB value is (236,200,4). Sum of RGB (Red+Green+Blue) = 236+200+4=440 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.64% from 440); Green value is 200 (78.52% from 255 or 45.45% from 440); Blue value is 4 (1.95% from 255 or 0.91% from 440); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC804 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECC804 is #1337FB. Grayscale: #BDBDBD. Windows color (decimal): -1259516 or 313580. OLE color: 313580.

HSL color Cylindrical-coordinate representation of color #ECC804: hue angle of 50.69º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ECC804 is Cyan = 0, Magento = 0.15, Yellow = 0.98 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 200 4 -
CMYK 0 0.15 0.98 0.07
HSL 50.69º 0.97% 0.47% -
HSV(B) 50.69º 0.98% 0.93% -
XYZ 55.27 59.15 8.62 -
YUV 188.42 23.93 161.94 -
System Red Green Blue C M Y K H S L
Decimal 236 200 4 0 0.15 0.98 0.07 50.69 0.97 0.47
Hex EC C8 4 0 F 62 7 33 61 2F
Octal 354 310 4 0 17 142 7 63 141 57
Binary 11101100 11001000 100 0 1111 1100010 111 110011 1100001 101111

Color Harmonies of #ECC804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC804

Black with #ECC804

Text Example


Text Example

White with #ECC804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC804; }

 p { color: rgb(236,200,4); }

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

background-color css

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

 a { background-color: rgb(236,200,4); }

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

border-color css

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

 span { border-color: rgb(236,200,4); }

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