Html Css Color HEX #ECC004 Golden Poppy

📋 copy color: '#ECC004'

red 236 ◦ green 192 ◦ blue 4

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

Shades of Golden Poppy #ECC004

Tints of Golden Poppy #ECC004

RGB

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

 GREEN value IS 192 (75.39% from 255) = 44.44%

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

R = 54.63%
G = 44.44%
B = 0.93%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#ECC004 (or 0xECC004) is known color: Golden Poppy. HEX triplet: EC, C0 and 04. RGB value is (236,192,4). Sum of RGB (Red+Green+Blue) = 236+192+4=432 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.63% from 432); Green value is 192 (75.39% from 255 or 44.44% from 432); Blue value is 4 (1.95% from 255 or 0.93% from 432); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC004 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECC004 is #133FFB. Grayscale: #B8B8B8. Windows color (decimal): -1261564 or 311532. OLE color: 311532.

HSL color Cylindrical-coordinate representation of color #ECC004: hue angle of 48.62º 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 #ECC004 is Cyan = 0, Magento = 0.19, Yellow = 0.98 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 192 4 -
CMYK 0 0.19 0.98 0.07
HSL 48.62º 0.97% 0.47% -
HSV(B) 48.62º 0.98% 0.93% -
XYZ 53.46 55.54 8.02 -
YUV 183.72 26.58 165.29 -
System Red Green Blue C M Y K H S L
Decimal 236 192 4 0 0.19 0.98 0.07 48.62 0.97 0.47
Hex EC C0 4 0 13 62 7 31 61 2F
Octal 354 300 4 0 23 142 7 61 141 57
Binary 11101100 11000000 100 0 10011 1100010 111 110001 1100001 101111

Color Harmonies of #ECC004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC004

Black with #ECC004

Text Example


Text Example

White with #ECC004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC004; }

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

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

background-color css

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

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

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

border-color css

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

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

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