Html Css Color HEX #EBA808 Gamboge

📋 copy color: '#EBA808'

red 235 ◦ green 168 ◦ blue 8

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

Shades of Gamboge #EBA808

Tints of Gamboge #EBA808

RGB

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

 GREEN value IS 168 (66.02% from 255) = 40.88%

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

R = 57.18%
G = 40.88%
B = 1.95%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#EBA808 (or 0xEBA808) is known color: Gamboge. HEX triplet: EB, A8 and 08. RGB value is (235,168,8). Sum of RGB (Red+Green+Blue) = 235+168+8=411 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.18% from 411); Green value is 168 (66.02% from 255 or 40.88% from 411); Blue value is 8 (3.52% from 255 or 1.95% from 411); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA808 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA808 is #1457F7. Grayscale: #AAAAAA. Windows color (decimal): -1333240 or 567531. OLE color: 567531.

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

Color convert

RGB 235 168 8 -
CMYK 0 0.29 0.97 0.08
HSL 42.29º 0.93% 0.48% -
HSV(B) 42.29º 0.97% 0.92% -
XYZ 48.31 45.68 6.5 -
YUV 169.79 36.7 174.51 -
System Red Green Blue C M Y K H S L
Decimal 235 168 8 0 0.29 0.97 0.08 42.29 0.93 0.48
Hex EB A8 8 0 1D 61 8 2A 5D 30
Octal 353 250 10 0 35 141 10 52 135 60
Binary 11101011 10101000 1000 0 11101 1100001 1000 101010 1011101 110000

Color Harmonies of #EBA808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA808

Black with #EBA808

Text Example


Text Example

White with #EBA808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA808; }

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

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

background-color css

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

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

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

border-color css

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

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

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