Html Css Color HEX #EBA706 Gamboge

📋 copy color: '#EBA706'

red 235 ◦ green 167 ◦ blue 6

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

Shades of Gamboge #EBA706

Tints of Gamboge #EBA706

RGB

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

 GREEN value IS 167 (65.63% from 255) = 40.93%

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

R = 57.6%
G = 40.93%
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

#EBA706 (or 0xEBA706) is known color: Gamboge. HEX triplet: EB, A7 and 06. RGB value is (235,167,6). Sum of RGB (Red+Green+Blue) = 235+167+6=408 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.60% from 408); Green value is 167 (65.62% from 255 or 40.93% from 408); Blue value is 6 (2.73% from 255 or 1.47% from 408); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA706 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA706 is #1458F9. Grayscale: #A9A9A9. Windows color (decimal): -1333498 or 436203. OLE color: 436203.

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

Color convert

RGB 235 167 6 -
CMYK 0 0.29 0.97 0.08
HSL 42.18º 0.95% 0.47% -
HSV(B) 42.18º 0.97% 0.92% -
XYZ 48.11 45.31 6.38 -
YUV 168.98 36.03 175.09 -
System Red Green Blue C M Y K H S L
Decimal 235 167 6 0 0.29 0.97 0.08 42.18 0.95 0.47
Hex EB A7 6 0 1D 61 8 2A 5F 2F
Octal 353 247 6 0 35 141 10 52 137 57
Binary 11101011 10100111 110 0 11101 1100001 1000 101010 1011111 101111

Color Harmonies of #EBA706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA706

Black with #EBA706

Text Example


Text Example

White with #EBA706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA706; }

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

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

background-color css

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

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

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

border-color css

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

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

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