Html Css Color HEX #ECC705 Golden Poppy

📋 copy color: '#ECC705'

red 236 ◦ green 199 ◦ blue 5

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

Shades of Golden Poppy #ECC705

Tints of Golden Poppy #ECC705

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.14%

R = 53.64%
G = 45.23%
B = 1.14%

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

#ECC705 (or 0xECC705) is known color: Golden Poppy. HEX triplet: EC, C7 and 05. RGB value is (236,199,5). Sum of RGB (Red+Green+Blue) = 236+199+5=440 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.64% from 440); Green value is 199 (78.12% from 255 or 45.23% from 440); Blue value is 5 (2.34% from 255 or 1.14% from 440); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC705 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECC705 is #1338FA. Grayscale: #BCBCBC. Windows color (decimal): -1259771 or 378860. OLE color: 378860.

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

Color convert

RGB 236 199 5 -
CMYK 0 0.16 0.98 0.07
HSL 50.39º 0.96% 0.47% -
HSV(B) 50.39º 0.98% 0.93% -
XYZ 55.04 58.69 8.57 -
YUV 187.95 24.76 162.27 -
System Red Green Blue C M Y K H S L
Decimal 236 199 5 0 0.16 0.98 0.07 50.39 0.96 0.47
Hex EC C7 5 0 10 62 7 32 60 2F
Octal 354 307 5 0 20 142 7 62 140 57
Binary 11101100 11000111 101 0 10000 1100010 111 110010 1100000 101111

Color Harmonies of #ECC705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC705

Black with #ECC705

Text Example


Text Example

White with #ECC705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC705; }

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

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

background-color css

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

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

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

border-color css

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

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

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