Html Css Color HEX #ECC90A Golden Poppy

📋 copy color: '#ECC90A'

red 236 ◦ green 201 ◦ blue 10

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

Shades of Golden Poppy #ECC90A

Tints of Golden Poppy #ECC90A

RGB

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

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

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

R = 52.8%
G = 44.97%
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

#ECC90A (or 0xECC90A) is known color: Golden Poppy. HEX triplet: EC, C9 and 0A. RGB value is (236,201,10). Sum of RGB (Red+Green+Blue) = 236+201+10=447 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.80% from 447); Green value is 201 (78.91% from 255 or 44.97% from 447); Blue value is 10 (4.30% from 255 or 2.24% from 447); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC90A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECC90A is #1336F5. Grayscale: #BEBEBE. Windows color (decimal): -1259254 or 707052. OLE color: 707052.

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

Color convert

RGB 236 201 10 -
CMYK 0 0.15 0.96 0.07
HSL 50.71º 0.92% 0.48% -
HSV(B) 50.71º 0.96% 0.93% -
XYZ 55.53 59.63 8.87 -
YUV 189.69 26.6 161.03 -
System Red Green Blue C M Y K H S L
Decimal 236 201 10 0 0.15 0.96 0.07 50.71 0.92 0.48
Hex EC C9 A 0 F 60 7 33 5C 30
Octal 354 311 12 0 17 140 7 63 134 60
Binary 11101100 11001001 1010 0 1111 1100000 111 110011 1011100 110000

Color Harmonies of #ECC90A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC90A

Black with #ECC90A

Text Example


Text Example

White with #ECC90A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC90A; }

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

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

background-color css

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

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

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

border-color css

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

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

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