Html Css Color HEX #EBA006 Gamboge

📋 copy color: '#EBA006'

red 235 ◦ green 160 ◦ blue 6

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

Shades of Gamboge #EBA006

Tints of Gamboge #EBA006

RGB

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

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

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

R = 58.6%
G = 39.9%
B = 1.5%

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

#EBA006 (or 0xEBA006) is known color: Gamboge. HEX triplet: EB, A0 and 06. RGB value is (235,160,6). Sum of RGB (Red+Green+Blue) = 235+160+6=401 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.60% from 401); Green value is 160 (62.89% from 255 or 39.90% from 401); Blue value is 6 (2.73% from 255 or 1.50% from 401); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA006 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA006 is #145FF9. Grayscale: #A5A5A5. Windows color (decimal): -1335290 or 434411. OLE color: 434411.

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

Color convert

RGB 235 160 6 -
CMYK 0 0.32 0.97 0.08
HSL 40.35º 0.95% 0.47% -
HSV(B) 40.35º 0.97% 0.92% -
XYZ 46.86 42.82 5.97 -
YUV 164.87 38.35 178.02 -
System Red Green Blue C M Y K H S L
Decimal 235 160 6 0 0.32 0.97 0.08 40.35 0.95 0.47
Hex EB A0 6 0 20 61 8 28 5F 2F
Octal 353 240 6 0 40 141 10 50 137 57
Binary 11101011 10100000 110 0 100000 1100001 1000 101000 1011111 101111

Color Harmonies of #EBA006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA006

Black with #EBA006

Text Example


Text Example

White with #EBA006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA006; }

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

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

background-color css

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

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

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

border-color css

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

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

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