Html Css Color HEX #ECC704 Golden Poppy

📋 copy color: '#ECC704'

red 236 ◦ green 199 ◦ blue 4

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

Shades of Golden Poppy #ECC704

Tints of Golden Poppy #ECC704

RGB

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

 GREEN value IS 199 (78.13% from 255) = 45.33%

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

R = 53.76%
G = 45.33%
B = 0.91%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#ECC704 (or 0xECC704) is known color: Golden Poppy. HEX triplet: EC, C7 and 04. RGB value is (236,199,4). Sum of RGB (Red+Green+Blue) = 236+199+4=439 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.76% from 439); Green value is 199 (78.12% from 255 or 45.33% from 439); Blue value is 4 (1.95% from 255 or 0.91% from 439); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC704 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECC704 is #1338FB. Grayscale: #BCBCBC. Windows color (decimal): -1259772 or 313324. OLE color: 313324.

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

Color convert

RGB 236 199 4 -
CMYK 0 0.16 0.98 0.07
HSL 50.43º 0.97% 0.47% -
HSV(B) 50.43º 0.98% 0.93% -
XYZ 55.04 58.69 8.54 -
YUV 187.83 24.26 162.36 -
System Red Green Blue C M Y K H S L
Decimal 236 199 4 0 0.16 0.98 0.07 50.43 0.97 0.47
Hex EC C7 4 0 10 62 7 32 61 2F
Octal 354 307 4 0 20 142 7 62 141 57
Binary 11101100 11000111 100 0 10000 1100010 111 110010 1100001 101111

Color Harmonies of #ECC704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC704

Black with #ECC704

Text Example


Text Example

White with #ECC704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC704; }

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

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

background-color css

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

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

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

border-color css

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

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

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