Html Css Color HEX #ECC80B Golden Poppy

📋 copy color: '#ECC80B'

red 236 ◦ green 200 ◦ blue 11

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

Shades of Golden Poppy #ECC80B

Tints of Golden Poppy #ECC80B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.46%

R = 52.8%
G = 44.74%
B = 2.46%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#ECC80B (or 0xECC80B) is known color: Golden Poppy. HEX triplet: EC, C8 and 0B. RGB value is (236,200,11). Sum of RGB (Red+Green+Blue) = 236+200+11=447 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.80% from 447); Green value is 200 (78.52% from 255 or 44.74% from 447); Blue value is 11 (4.69% from 255 or 2.46% from 447); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC80B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECC80B is #1337F4. Grayscale: #BEBEBE. Windows color (decimal): -1259509 or 772332. OLE color: 772332.

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

Color convert

RGB 236 200 11 -
CMYK 0 0.15 0.95 0.07
HSL 50.4º 0.91% 0.48% -
HSV(B) 50.4º 0.95% 0.93% -
XYZ 55.31 59.17 8.82 -
YUV 189.22 27.43 161.37 -
System Red Green Blue C M Y K H S L
Decimal 236 200 11 0 0.15 0.95 0.07 50.4 0.91 0.48
Hex EC C8 B 0 F 5F 7 32 5B 30
Octal 354 310 13 0 17 137 7 62 133 60
Binary 11101100 11001000 1011 0 1111 1011111 111 110010 1011011 110000

Color Harmonies of #ECC80B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC80B

Black with #ECC80B

Text Example


Text Example

White with #ECC80B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC80B; }

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

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

background-color css

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

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

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

border-color css

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

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

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