Html Css Color HEX #EBC408 Golden Poppy

📋 copy color: '#EBC408'

red 235 ◦ green 196 ◦ blue 8

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

Shades of Golden Poppy #EBC408

Tints of Golden Poppy #EBC408

RGB

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

 GREEN value IS 196 (76.95% from 255) = 44.65%

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

R = 53.53%
G = 44.65%
B = 1.82%

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

#EBC408 (or 0xEBC408) is known color: Golden Poppy. HEX triplet: EB, C4 and 08. RGB value is (235,196,8). Sum of RGB (Red+Green+Blue) = 235+196+8=439 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.53% from 439); Green value is 196 (76.95% from 255 or 44.65% from 439); Blue value is 8 (3.52% from 255 or 1.82% from 439); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC408 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBC408 is #143BF7. Grayscale: #BBBBBB. Windows color (decimal): -1326072 or 574699. OLE color: 574699.

HSL color Cylindrical-coordinate representation of color #EBC408: hue angle of 49.69º 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 #EBC408 is Cyan = 0, Magento = 0.17, Yellow = 0.97 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 196 8 -
CMYK 0 0.17 0.97 0.08
HSL 49.69º 0.93% 0.48% -
HSV(B) 49.69º 0.97% 0.92% -
XYZ 54.04 57.16 8.41 -
YUV 186.23 27.42 162.79 -
System Red Green Blue C M Y K H S L
Decimal 235 196 8 0 0.17 0.97 0.08 49.69 0.93 0.48
Hex EB C4 8 0 11 61 8 32 5D 30
Octal 353 304 10 0 21 141 10 62 135 60
Binary 11101011 11000100 1000 0 10001 1100001 1000 110010 1011101 110000

Color Harmonies of #EBC408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC408

Black with #EBC408

Text Example


Text Example

White with #EBC408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC408; }

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

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

background-color css

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

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

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

border-color css

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

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

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