Html Css Color HEX #ECC304 Golden Poppy

📋 copy color: '#ECC304'

red 236 ◦ green 195 ◦ blue 4

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

Shades of Golden Poppy #ECC304

Tints of Golden Poppy #ECC304

RGB

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

 GREEN value IS 195 (76.56% from 255) = 44.83%

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

R = 54.25%
G = 44.83%
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

#ECC304 (or 0xECC304) is known color: Golden Poppy. HEX triplet: EC, C3 and 04. RGB value is (236,195,4). Sum of RGB (Red+Green+Blue) = 236+195+4=435 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.25% from 435); Green value is 195 (76.56% from 255 or 44.83% from 435); Blue value is 4 (1.95% from 255 or 0.92% from 435); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC304 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECC304 is #133CFB. Grayscale: #BABABA. Windows color (decimal): -1260796 or 312300. OLE color: 312300.

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

Color convert

RGB 236 195 4 -
CMYK 0 0.17 0.98 0.07
HSL 49.4º 0.97% 0.47% -
HSV(B) 49.4º 0.98% 0.93% -
XYZ 54.13 56.87 8.24 -
YUV 185.49 25.58 164.03 -
System Red Green Blue C M Y K H S L
Decimal 236 195 4 0 0.17 0.98 0.07 49.4 0.97 0.47
Hex EC C3 4 0 11 62 7 31 61 2F
Octal 354 303 4 0 21 142 7 61 141 57
Binary 11101100 11000011 100 0 10001 1100010 111 110001 1100001 101111

Color Harmonies of #ECC304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC304

Black with #ECC304

Text Example


Text Example

White with #ECC304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC304; }

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

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

background-color css

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

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

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

border-color css

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

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

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