Html Css Color HEX #ECC80A Golden Poppy

📋 copy color: '#ECC80A'

red 236 ◦ green 200 ◦ blue 10

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

Shades of Golden Poppy #ECC80A

Tints of Golden Poppy #ECC80A

RGB

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

 GREEN value IS 200 (78.52% from 255) = 44.84%

 BLUE value IS 10 (4.3% from 255) = 2.24%

R = 52.91%
G = 44.84%
B = 2.24%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#ECC80A (or 0xECC80A) is known color: Golden Poppy. HEX triplet: EC, C8 and 0A. RGB value is (236,200,10). Sum of RGB (Red+Green+Blue) = 236+200+10=446 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.91% from 446); Green value is 200 (78.52% from 255 or 44.84% from 446); Blue value is 10 (4.30% from 255 or 2.24% from 446); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC80A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECC80A is #1337F5. Grayscale: #BDBDBD. Windows color (decimal): -1259510 or 706796. OLE color: 706796.

HSL color Cylindrical-coordinate representation of color #ECC80A: hue angle of 50.44º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ECC80A is Cyan = 0, Magento = 0.15, Yellow = 0.96 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 200 10 -
CMYK 0 0.15 0.96 0.07
HSL 50.44º 0.92% 0.48% -
HSV(B) 50.44º 0.96% 0.93% -
XYZ 55.3 59.16 8.79 -
YUV 189.1 26.93 161.45 -
System Red Green Blue C M Y K H S L
Decimal 236 200 10 0 0.15 0.96 0.07 50.44 0.92 0.48
Hex EC C8 A 0 F 60 7 32 5C 30
Octal 354 310 12 0 17 140 7 62 134 60
Binary 11101100 11001000 1010 0 1111 1100000 111 110010 1011100 110000

Color Harmonies of #ECC80A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC80A

Black with #ECC80A

Text Example


Text Example

White with #ECC80A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC80A; }

 p { color: rgb(236,200,10); }

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

background-color css

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

 a { background-color: rgb(236,200,10); }

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

border-color css

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

 span { border-color: rgb(236,200,10); }

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