Html Css Color HEX #EBA002 Gamboge

📋 copy color: '#EBA002'

red 235 ◦ green 160 ◦ blue 2

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

Shades of Gamboge #EBA002

Tints of Gamboge #EBA002

RGB

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

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

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

R = 59.19%
G = 40.3%
B = 0.5%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#EBA002 (or 0xEBA002) is known color: Gamboge. HEX triplet: EB, A0 and 02. RGB value is (235,160,2). Sum of RGB (Red+Green+Blue) = 235+160+2=397 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.19% from 397); Green value is 160 (62.89% from 255 or 40.30% from 397); Blue value is 2 (1.17% from 255 or 0.50% from 397); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA002 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA002 is #145FFD. Grayscale: #A5A5A5. Windows color (decimal): -1335294 or 172267. OLE color: 172267.

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

Color convert

RGB 235 160 2 -
CMYK 0 0.32 0.99 0.08
HSL 40.69º 0.98% 0.46% -
HSV(B) 40.69º 0.99% 0.92% -
XYZ 46.84 42.81 5.85 -
YUV 164.41 36.35 178.35 -
System Red Green Blue C M Y K H S L
Decimal 235 160 2 0 0.32 0.99 0.08 40.69 0.98 0.46
Hex EB A0 2 0 20 63 8 29 62 2E
Octal 353 240 2 0 40 143 10 51 142 56
Binary 11101011 10100000 10 0 100000 1100011 1000 101001 1100010 101110

Color Harmonies of #EBA002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA002

Black with #EBA002

Text Example


Text Example

White with #EBA002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA002; }

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

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

background-color css

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

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

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

border-color css

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

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

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