Html Css Color HEX #EBC008 Golden Poppy

📋 copy color: '#EBC008'

red 235 ◦ green 192 ◦ blue 8

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

Shades of Golden Poppy #EBC008

Tints of Golden Poppy #EBC008

RGB

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

 GREEN value IS 192 (75.39% from 255) = 44.14%

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

R = 54.02%
G = 44.14%
B = 1.84%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#EBC008 (or 0xEBC008) is known color: Golden Poppy. HEX triplet: EB, C0 and 08. RGB value is (235,192,8). Sum of RGB (Red+Green+Blue) = 235+192+8=435 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.02% from 435); Green value is 192 (75.39% from 255 or 44.14% from 435); Blue value is 8 (3.52% from 255 or 1.84% from 435); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC008 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBC008 is #143FF7. Grayscale: #B8B8B8. Windows color (decimal): -1327096 or 573675. OLE color: 573675.

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

Color convert

RGB 235 192 8 -
CMYK 0 0.18 0.97 0.08
HSL 48.63º 0.93% 0.48% -
HSV(B) 48.63º 0.97% 0.92% -
XYZ 53.15 55.38 8.12 -
YUV 183.88 28.75 164.46 -
System Red Green Blue C M Y K H S L
Decimal 235 192 8 0 0.18 0.97 0.08 48.63 0.93 0.48
Hex EB C0 8 0 12 61 8 31 5D 30
Octal 353 300 10 0 22 141 10 61 135 60
Binary 11101011 11000000 1000 0 10010 1100001 1000 110001 1011101 110000

Color Harmonies of #EBC008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC008

Black with #EBC008

Text Example


Text Example

White with #EBC008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC008; }

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

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

background-color css

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

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

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

border-color css

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

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

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