Html Css Color HEX #EBA602 Gamboge

📋 copy color: '#EBA602'

red 235 ◦ green 166 ◦ blue 2

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

Shades of Gamboge #EBA602

Tints of Gamboge #EBA602

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.5%

R = 58.31%
G = 41.19%
B = 0.5%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#EBA602 (or 0xEBA602) is known color: Gamboge. HEX triplet: EB, A6 and 02. RGB value is (235,166,2). Sum of RGB (Red+Green+Blue) = 235+166+2=403 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.31% from 403); Green value is 166 (65.23% from 255 or 41.19% from 403); Blue value is 2 (1.17% from 255 or 0.50% from 403); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA602 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA602 is #1459FD. Grayscale: #A8A8A8. Windows color (decimal): -1333758 or 173803. OLE color: 173803.

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

Color convert

RGB 235 166 2 -
CMYK 0 0.29 0.99 0.08
HSL 42.23º 0.98% 0.46% -
HSV(B) 42.23º 0.99% 0.92% -
XYZ 47.91 44.94 6.21 -
YUV 167.94 34.36 175.84 -
System Red Green Blue C M Y K H S L
Decimal 235 166 2 0 0.29 0.99 0.08 42.23 0.98 0.46
Hex EB A6 2 0 1D 63 8 2A 62 2E
Octal 353 246 2 0 35 143 10 52 142 56
Binary 11101011 10100110 10 0 11101 1100011 1000 101010 1100010 101110

Color Harmonies of #EBA602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA602

Black with #EBA602

Text Example


Text Example

White with #EBA602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA602; }

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

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

background-color css

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

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

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

border-color css

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

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

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