Html Css Color HEX #ECC505 Golden Poppy

📋 copy color: '#ECC505'

red 236 ◦ green 197 ◦ blue 5

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

Shades of Golden Poppy #ECC505

Tints of Golden Poppy #ECC505

RGB

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

 GREEN value IS 197 (77.34% from 255) = 44.98%

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

R = 53.88%
G = 44.98%
B = 1.14%

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

#ECC505 (or 0xECC505) is known color: Golden Poppy. HEX triplet: EC, C5 and 05. RGB value is (236,197,5). Sum of RGB (Red+Green+Blue) = 236+197+5=438 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.88% from 438); Green value is 197 (77.34% from 255 or 44.98% from 438); Blue value is 5 (2.34% from 255 or 1.14% from 438); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC505 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECC505 is #133AFA. Grayscale: #BBBBBB. Windows color (decimal): -1260283 or 378348. OLE color: 378348.

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

Color convert

RGB 236 197 5 -
CMYK 0 0.17 0.98 0.07
HSL 49.87º 0.96% 0.47% -
HSV(B) 49.87º 0.98% 0.93% -
XYZ 54.59 57.78 8.42 -
YUV 186.77 25.42 163.11 -
System Red Green Blue C M Y K H S L
Decimal 236 197 5 0 0.17 0.98 0.07 49.87 0.96 0.47
Hex EC C5 5 0 11 62 7 32 60 2F
Octal 354 305 5 0 21 142 7 62 140 57
Binary 11101100 11000101 101 0 10001 1100010 111 110010 1100000 101111

Color Harmonies of #ECC505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC505

Black with #ECC505

Text Example


Text Example

White with #ECC505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC505; }

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

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

background-color css

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

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

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

border-color css

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

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

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