Html Css Color HEX #EBA202 Gamboge

📋 copy color: '#EBA202'

red 235 ◦ green 162 ◦ blue 2

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

Shades of Gamboge #EBA202

Tints of Gamboge #EBA202

RGB

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

 GREEN value IS 162 (63.67% from 255) = 40.6%

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

R = 58.9%
G = 40.6%
B = 0.5%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#EBA202 (or 0xEBA202) is known color: Gamboge. HEX triplet: EB, A2 and 02. RGB value is (235,162,2). Sum of RGB (Red+Green+Blue) = 235+162+2=399 (52% of max value = 765). Red value is 235 (92.19% from 255 or 58.90% from 399); Green value is 162 (63.67% from 255 or 40.60% from 399); Blue value is 2 (1.17% from 255 or 0.50% from 399); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA202 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA202 is #145DFD. Grayscale: #A6A6A6. Windows color (decimal): -1334782 or 172779. OLE color: 172779.

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

Color convert

RGB 235 162 2 -
CMYK 0 0.31 0.99 0.08
HSL 41.2º 0.98% 0.46% -
HSV(B) 41.2º 0.99% 0.92% -
XYZ 47.19 43.51 5.97 -
YUV 165.59 35.68 177.51 -
System Red Green Blue C M Y K H S L
Decimal 235 162 2 0 0.31 0.99 0.08 41.2 0.98 0.46
Hex EB A2 2 0 1F 63 8 29 62 2E
Octal 353 242 2 0 37 143 10 51 142 56
Binary 11101011 10100010 10 0 11111 1100011 1000 101001 1100010 101110

Color Harmonies of #EBA202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA202

Black with #EBA202

Text Example


Text Example

White with #EBA202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA202; }

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

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

background-color css

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

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

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

border-color css

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

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

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