Html Css Color HEX #EBA806 Gamboge

📋 copy color: '#EBA806'

red 235 ◦ green 168 ◦ blue 6

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

Shades of Gamboge #EBA806

Tints of Gamboge #EBA806

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.47%

R = 57.46%
G = 41.08%
B = 1.47%

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

#EBA806 (or 0xEBA806) is known color: Gamboge. HEX triplet: EB, A8 and 06. RGB value is (235,168,6). Sum of RGB (Red+Green+Blue) = 235+168+6=409 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.46% from 409); Green value is 168 (66.02% from 255 or 41.08% from 409); Blue value is 6 (2.73% from 255 or 1.47% from 409); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA806 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA806 is #1457F9. Grayscale: #AAAAAA. Windows color (decimal): -1333242 or 436459. OLE color: 436459.

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

Color convert

RGB 235 168 6 -
CMYK 0 0.29 0.97 0.08
HSL 42.45º 0.95% 0.47% -
HSV(B) 42.45º 0.97% 0.92% -
XYZ 48.3 45.68 6.44 -
YUV 169.57 35.7 174.67 -
System Red Green Blue C M Y K H S L
Decimal 235 168 6 0 0.29 0.97 0.08 42.45 0.95 0.47
Hex EB A8 6 0 1D 61 8 2A 5F 2F
Octal 353 250 6 0 35 141 10 52 137 57
Binary 11101011 10101000 110 0 11101 1100001 1000 101010 1011111 101111

Color Harmonies of #EBA806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA806

Black with #EBA806

Text Example


Text Example

White with #EBA806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA806; }

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

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

background-color css

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

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

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

border-color css

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

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

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