Html Css Color HEX #EBA600 Gamboge

📋 copy color: '#EBA600'

red 235 ◦ green 166 ◦ blue 0

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

Shades of Gamboge #EBA600

Tints of Gamboge #EBA600

RGB

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

 GREEN value IS 166 (65.23% from 255) = 41.4%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 58.6%
G = 41.4%
B = 0%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 1

 K value IS 0.08

RGB Variations

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

Color information

#EBA600 (or 0xEBA600) is known color: Gamboge. HEX triplet: EB, A6 and 00. RGB value is (235,166,0). Sum of RGB (Red+Green+Blue) = 235+166+0=401 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.60% from 401); Green value is 166 (65.23% from 255 or 41.40% from 401); Blue value is 0 (0.39% from 255 or 0% from 401); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA600 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA600 is #1459FF. Grayscale: #A8A8A8. Windows color (decimal): -1333760 or 42731. OLE color: 42731.

HSL color Cylindrical-coordinate representation of color #EBA600: hue angle of 42.38º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EBA600 is Cyan = 0, Magento = 0.29, Yellow = 1 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 166 0 -
CMYK 0 0.29 1 0.08
HSL 42.38º 1% 0.46% -
HSV(B) 42.38º 1% 0.92% -
XYZ 47.9 44.93 6.15 -
YUV 167.71 33.36 176 -
System Red Green Blue C M Y K H S L
Decimal 235 166 0 0 0.29 1 0.08 42.38 1 0.46
Hex EB A6 0 0 1D 64 8 2A 64 2E
Octal 353 246 0 0 35 144 10 52 144 56
Binary 11101011 10100110 0 0 11101 1100100 1000 101010 1100100 101110

Color Harmonies of #EBA600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA600

Black with #EBA600

Text Example


Text Example

White with #EBA600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA600; }

 p { color: rgb(235,166,0); }

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

background-color css

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

 a { background-color: rgb(235,166,0); }

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

border-color css

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

 span { border-color: rgb(235,166,0); }

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