Html Css Color HEX #EBA008 Gamboge

📋 copy color: '#EBA008'

red 235 ◦ green 160 ◦ blue 8

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

Shades of Gamboge #EBA008

Tints of Gamboge #EBA008

RGB

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

 GREEN value IS 160 (62.89% from 255) = 39.7%

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

R = 58.31%
G = 39.7%
B = 1.99%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#EBA008 (or 0xEBA008) is known color: Gamboge. HEX triplet: EB, A0 and 08. RGB value is (235,160,8). Sum of RGB (Red+Green+Blue) = 235+160+8=403 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.31% from 403); Green value is 160 (62.89% from 255 or 39.70% from 403); Blue value is 8 (3.52% from 255 or 1.99% from 403); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA008 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA008 is #145FF7. Grayscale: #A5A5A5. Windows color (decimal): -1335288 or 565483. OLE color: 565483.

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

Color convert

RGB 235 160 8 -
CMYK 0 0.32 0.97 0.08
HSL 40.18º 0.93% 0.48% -
HSV(B) 40.18º 0.97% 0.92% -
XYZ 46.88 42.82 6.02 -
YUV 165.1 39.35 177.86 -
System Red Green Blue C M Y K H S L
Decimal 235 160 8 0 0.32 0.97 0.08 40.18 0.93 0.48
Hex EB A0 8 0 20 61 8 28 5D 30
Octal 353 240 10 0 40 141 10 50 135 60
Binary 11101011 10100000 1000 0 100000 1100001 1000 101000 1011101 110000

Color Harmonies of #EBA008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA008

Black with #EBA008

Text Example


Text Example

White with #EBA008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA008; }

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

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

background-color css

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

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

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

border-color css

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

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

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