Html Css Color HEX #ECC605 Golden Poppy

📋 copy color: '#ECC605'

red 236 ◦ green 198 ◦ blue 5

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

Shades of Golden Poppy #ECC605

Tints of Golden Poppy #ECC605

RGB

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

 GREEN value IS 198 (77.73% from 255) = 45.1%

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

R = 53.76%
G = 45.1%
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

#ECC605 (or 0xECC605) is known color: Golden Poppy. HEX triplet: EC, C6 and 05. RGB value is (236,198,5). Sum of RGB (Red+Green+Blue) = 236+198+5=439 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.76% from 439); Green value is 198 (77.73% from 255 or 45.10% from 439); Blue value is 5 (2.34% from 255 or 1.14% from 439); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC605 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECC605 is #1339FA. Grayscale: #BCBCBC. Windows color (decimal): -1260027 or 378604. OLE color: 378604.

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

Color convert

RGB 236 198 5 -
CMYK 0 0.16 0.98 0.07
HSL 50.13º 0.96% 0.47% -
HSV(B) 50.13º 0.98% 0.93% -
XYZ 54.81 58.23 8.49 -
YUV 187.36 25.09 162.69 -
System Red Green Blue C M Y K H S L
Decimal 236 198 5 0 0.16 0.98 0.07 50.13 0.96 0.47
Hex EC C6 5 0 10 62 7 32 60 2F
Octal 354 306 5 0 20 142 7 62 140 57
Binary 11101100 11000110 101 0 10000 1100010 111 110010 1100000 101111

Color Harmonies of #ECC605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC605

Black with #ECC605

Text Example


Text Example

White with #ECC605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC605; }

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

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

background-color css

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

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

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

border-color css

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

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

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