Html Css Color HEX #ECC905 Golden Poppy

📋 copy color: '#ECC905'

red 236 ◦ green 201 ◦ blue 5

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

Shades of Golden Poppy #ECC905

Tints of Golden Poppy #ECC905

RGB

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

 GREEN value IS 201 (78.91% from 255) = 45.48%

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

R = 53.39%
G = 45.48%
B = 1.13%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#ECC905 (or 0xECC905) is known color: Golden Poppy. HEX triplet: EC, C9 and 05. RGB value is (236,201,5). Sum of RGB (Red+Green+Blue) = 236+201+5=442 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.39% from 442); Green value is 201 (78.91% from 255 or 45.48% from 442); Blue value is 5 (2.34% from 255 or 1.13% from 442); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC905 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECC905 is #1336FA. Grayscale: #BDBDBD. Windows color (decimal): -1259259 or 379372. OLE color: 379372.

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

Color convert

RGB 236 201 5 -
CMYK 0 0.15 0.98 0.07
HSL 50.91º 0.96% 0.47% -
HSV(B) 50.91º 0.98% 0.93% -
XYZ 55.51 59.62 8.73 -
YUV 189.12 24.1 161.44 -
System Red Green Blue C M Y K H S L
Decimal 236 201 5 0 0.15 0.98 0.07 50.91 0.96 0.47
Hex EC C9 5 0 F 62 7 33 60 2F
Octal 354 311 5 0 17 142 7 63 140 57
Binary 11101100 11001001 101 0 1111 1100010 111 110011 1100000 101111

Color Harmonies of #ECC905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC905

Black with #ECC905

Text Example


Text Example

White with #ECC905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC905; }

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

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

background-color css

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

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

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

border-color css

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

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

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