Html Css Color HEX #ECC50A Golden Poppy

📋 copy color: '#ECC50A'

red 236 ◦ green 197 ◦ blue 10

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

Shades of Golden Poppy #ECC50A

Tints of Golden Poppy #ECC50A

RGB

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

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

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

R = 53.27%
G = 44.47%
B = 2.26%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#ECC50A (or 0xECC50A) is known color: Golden Poppy. HEX triplet: EC, C5 and 0A. RGB value is (236,197,10). Sum of RGB (Red+Green+Blue) = 236+197+10=443 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.27% from 443); Green value is 197 (77.34% from 255 or 44.47% from 443); Blue value is 10 (4.30% from 255 or 2.26% from 443); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC50A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECC50A is #133AF5. Grayscale: #BCBCBC. Windows color (decimal): -1260278 or 706028. OLE color: 706028.

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

Color convert

RGB 236 197 10 -
CMYK 0 0.17 0.96 0.07
HSL 49.65º 0.92% 0.48% -
HSV(B) 49.65º 0.96% 0.93% -
XYZ 54.61 57.79 8.56 -
YUV 187.34 27.92 162.71 -
System Red Green Blue C M Y K H S L
Decimal 236 197 10 0 0.17 0.96 0.07 49.65 0.92 0.48
Hex EC C5 A 0 11 60 7 32 5C 30
Octal 354 305 12 0 21 140 7 62 134 60
Binary 11101100 11000101 1010 0 10001 1100000 111 110010 1011100 110000

Color Harmonies of #ECC50A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC50A

Black with #ECC50A

Text Example


Text Example

White with #ECC50A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC50A; }

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

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

background-color css

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

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

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

border-color css

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

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

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