Html Css Color HEX #EBA607 Gamboge

📋 copy color: '#EBA607'

red 235 ◦ green 166 ◦ blue 7

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

Shades of Gamboge #EBA607

Tints of Gamboge #EBA607

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.72%

R = 57.6%
G = 40.69%
B = 1.72%

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

#EBA607 (or 0xEBA607) is known color: Gamboge. HEX triplet: EB, A6 and 07. RGB value is (235,166,7). Sum of RGB (Red+Green+Blue) = 235+166+7=408 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.60% from 408); Green value is 166 (65.23% from 255 or 40.69% from 408); Blue value is 7 (3.12% from 255 or 1.72% from 408); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA607 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA607 is #1459F8. Grayscale: #A9A9A9. Windows color (decimal): -1333753 or 501483. OLE color: 501483.

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

Color convert

RGB 235 166 7 -
CMYK 0 0.29 0.97 0.08
HSL 41.84º 0.94% 0.47% -
HSV(B) 41.84º 0.97% 0.92% -
XYZ 47.94 44.95 6.35 -
YUV 168.51 36.86 175.43 -
System Red Green Blue C M Y K H S L
Decimal 235 166 7 0 0.29 0.97 0.08 41.84 0.94 0.47
Hex EB A6 7 0 1D 61 8 2A 5E 2F
Octal 353 246 7 0 35 141 10 52 136 57
Binary 11101011 10100110 111 0 11101 1100001 1000 101010 1011110 101111

Color Harmonies of #EBA607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA607

Black with #EBA607

Text Example


Text Example

White with #EBA607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA607; }

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

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

background-color css

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

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

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

border-color css

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

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

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