Html Css Color HEX #ECC20B Golden Poppy

📋 copy color: '#ECC20B'

red 236 ◦ green 194 ◦ blue 11

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

Shades of Golden Poppy #ECC20B

Tints of Golden Poppy #ECC20B

RGB

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

 GREEN value IS 194 (76.17% from 255) = 43.99%

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

R = 53.51%
G = 43.99%
B = 2.49%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#ECC20B (or 0xECC20B) is known color: Golden Poppy. HEX triplet: EC, C2 and 0B. RGB value is (236,194,11). Sum of RGB (Red+Green+Blue) = 236+194+11=441 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.51% from 441); Green value is 194 (76.17% from 255 or 43.99% from 441); Blue value is 11 (4.69% from 255 or 2.49% from 441); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC20B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECC20B is #133DF4. Grayscale: #BABABA. Windows color (decimal): -1261045 or 770796. OLE color: 770796.

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

Color convert

RGB 236 194 11 -
CMYK 0 0.18 0.95 0.07
HSL 48.8º 0.91% 0.48% -
HSV(B) 48.8º 0.95% 0.93% -
XYZ 53.94 56.44 8.37 -
YUV 185.7 29.41 163.88 -
System Red Green Blue C M Y K H S L
Decimal 236 194 11 0 0.18 0.95 0.07 48.8 0.91 0.48
Hex EC C2 B 0 12 5F 7 31 5B 30
Octal 354 302 13 0 22 137 7 61 133 60
Binary 11101100 11000010 1011 0 10010 1011111 111 110001 1011011 110000

Color Harmonies of #ECC20B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC20B

Black with #ECC20B

Text Example


Text Example

White with #ECC20B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC20B; }

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

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

background-color css

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

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

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

border-color css

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

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

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