Html Css Color HEX #EBC209 Golden Poppy

📋 copy color: '#EBC209'

red 235 ◦ green 194 ◦ blue 9

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

Shades of Golden Poppy #EBC209

Tints of Golden Poppy #EBC209

RGB

 RED value IS 235 (92.19% from 255) = 53.65%

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

 BLUE value IS 9 (3.91% from 255) = 2.05%

R = 53.65%
G = 44.29%
B = 2.05%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.96

 K value IS 0.08

RGB Variations

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

Color information

#EBC209 (or 0xEBC209) is known color: Golden Poppy. HEX triplet: EB, C2 and 09. RGB value is (235,194,9). Sum of RGB (Red+Green+Blue) = 235+194+9=438 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.65% from 438); Green value is 194 (76.17% from 255 or 44.29% from 438); Blue value is 9 (3.91% from 255 or 2.05% from 438); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC209 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBC209 is #143DF6. Grayscale: #B9B9B9. Windows color (decimal): -1326583 or 639723. OLE color: 639723.

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

Color convert

RGB 235 194 9 -
CMYK 0 0.17 0.96 0.08
HSL 49.12º 0.93% 0.48% -
HSV(B) 49.12º 0.96% 0.92% -
XYZ 53.6 56.27 8.29 -
YUV 185.17 28.58 163.54 -
System Red Green Blue C M Y K H S L
Decimal 235 194 9 0 0.17 0.96 0.08 49.12 0.93 0.48
Hex EB C2 9 0 11 60 8 31 5D 30
Octal 353 302 11 0 21 140 10 61 135 60
Binary 11101011 11000010 1001 0 10001 1100000 1000 110001 1011101 110000

Color Harmonies of #EBC209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC209

Black with #EBC209

Text Example


Text Example

White with #EBC209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC209; }

 p { color: rgb(235,194,9); }

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

background-color css

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

 a { background-color: rgb(235,194,9); }

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

border-color css

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

 span { border-color: rgb(235,194,9); }

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