Html Css Color HEX #EBA508 Gamboge

📋 copy color: '#EBA508'

red 235 ◦ green 165 ◦ blue 8

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

Shades of Gamboge #EBA508

Tints of Gamboge #EBA508

RGB

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

 GREEN value IS 165 (64.84% from 255) = 40.44%

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

R = 57.6%
G = 40.44%
B = 1.96%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#EBA508 (or 0xEBA508) is known color: Gamboge. HEX triplet: EB, A5 and 08. RGB value is (235,165,8). Sum of RGB (Red+Green+Blue) = 235+165+8=408 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.60% from 408); Green value is 165 (64.84% from 255 or 40.44% from 408); Blue value is 8 (3.52% from 255 or 1.96% from 408); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA508 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA508 is #145AF7. Grayscale: #A8A8A8. Windows color (decimal): -1334008 or 566763. OLE color: 566763.

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

Color convert

RGB 235 165 8 -
CMYK 0 0.30 0.97 0.08
HSL 41.5º 0.93% 0.48% -
HSV(B) 41.5º 0.97% 0.92% -
XYZ 47.76 44.59 6.32 -
YUV 168.03 37.69 175.77 -
System Red Green Blue C M Y K H S L
Decimal 235 165 8 0 0.30 0.97 0.08 41.5 0.93 0.48
Hex EB A5 8 0 1E 61 8 29 5D 30
Octal 353 245 10 0 36 141 10 51 135 60
Binary 11101011 10100101 1000 0 11110 1100001 1000 101001 1011101 110000

Color Harmonies of #EBA508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA508

Black with #EBA508

Text Example


Text Example

White with #EBA508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA508; }

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

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

background-color css

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

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

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

border-color css

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

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

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