Html Css Color HEX #EBC208 Golden Poppy

📋 copy color: '#EBC208'

red 235 ◦ green 194 ◦ blue 8

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

Shades of Golden Poppy #EBC208

Tints of Golden Poppy #EBC208

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.83%

R = 53.78%
G = 44.39%
B = 1.83%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#EBC208 (or 0xEBC208) is known color: Golden Poppy. HEX triplet: EB, C2 and 08. RGB value is (235,194,8). Sum of RGB (Red+Green+Blue) = 235+194+8=437 (57% of max value = 765). Red value is 235 (92.19% from 255 or 53.78% from 437); Green value is 194 (76.17% from 255 or 44.39% from 437); Blue value is 8 (3.52% from 255 or 1.83% from 437); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC208 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBC208 is #143DF7. Grayscale: #B9B9B9. Windows color (decimal): -1326584 or 574187. OLE color: 574187.

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

Color convert

RGB 235 194 8 -
CMYK 0 0.17 0.97 0.08
HSL 49.16º 0.93% 0.48% -
HSV(B) 49.16º 0.97% 0.92% -
XYZ 53.6 56.26 8.26 -
YUV 185.06 28.08 163.62 -
System Red Green Blue C M Y K H S L
Decimal 235 194 8 0 0.17 0.97 0.08 49.16 0.93 0.48
Hex EB C2 8 0 11 61 8 31 5D 30
Octal 353 302 10 0 21 141 10 61 135 60
Binary 11101011 11000010 1000 0 10001 1100001 1000 110001 1011101 110000

Color Harmonies of #EBC208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC208

Black with #EBC208

Text Example


Text Example

White with #EBC208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC208; }

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

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

background-color css

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

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

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

border-color css

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

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

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