Html Css Color HEX #ECC404 Golden Poppy

📋 copy color: '#ECC404'

red 236 ◦ green 196 ◦ blue 4

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

Shades of Golden Poppy #ECC404

Tints of Golden Poppy #ECC404

RGB

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

 GREEN value IS 196 (76.95% from 255) = 44.95%

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

R = 54.13%
G = 44.95%
B = 0.92%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#ECC404 (or 0xECC404) is known color: Golden Poppy. HEX triplet: EC, C4 and 04. RGB value is (236,196,4). Sum of RGB (Red+Green+Blue) = 236+196+4=436 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.13% from 436); Green value is 196 (76.95% from 255 or 44.95% from 436); Blue value is 4 (1.95% from 255 or 0.92% from 436); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC404 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECC404 is #133BFB. Grayscale: #BABABA. Windows color (decimal): -1260540 or 312556. OLE color: 312556.

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

Color convert

RGB 236 196 4 -
CMYK 0 0.17 0.98 0.07
HSL 49.66º 0.97% 0.47% -
HSV(B) 49.66º 0.98% 0.93% -
XYZ 54.35 57.32 8.31 -
YUV 186.07 25.25 163.61 -
System Red Green Blue C M Y K H S L
Decimal 236 196 4 0 0.17 0.98 0.07 49.66 0.97 0.47
Hex EC C4 4 0 11 62 7 32 61 2F
Octal 354 304 4 0 21 142 7 62 141 57
Binary 11101100 11000100 100 0 10001 1100010 111 110010 1100001 101111

Color Harmonies of #ECC404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC404

Black with #ECC404

Text Example


Text Example

White with #ECC404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC404; }

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

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

background-color css

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

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

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

border-color css

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

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

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