Html Css Color HEX #EBA302 Gamboge

📋 copy color: '#EBA302'

red 235 ◦ green 163 ◦ blue 2

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

Shades of Gamboge #EBA302

Tints of Gamboge #EBA302

RGB

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

 GREEN value IS 163 (64.06% from 255) = 40.75%

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

R = 58.75%
G = 40.75%
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

#EBA302 (or 0xEBA302) is known color: Gamboge. HEX triplet: EB, A3 and 02. RGB value is (235,163,2). Sum of RGB (Red+Green+Blue) = 235+163+2=400 (52% of max value = 765). Red value is 235 (92.19% from 255 or 58.75% from 400); Green value is 163 (64.06% from 255 or 40.75% from 400); Blue value is 2 (1.17% from 255 or 0.5% from 400); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA302 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA302 is #145CFD. Grayscale: #A6A6A6. Windows color (decimal): -1334526 or 173035. OLE color: 173035.

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

Color convert

RGB 235 163 2 -
CMYK 0 0.31 0.99 0.08
HSL 41.46º 0.98% 0.46% -
HSV(B) 41.46º 0.99% 0.92% -
XYZ 47.37 43.86 6.03 -
YUV 166.17 35.35 177.09 -
System Red Green Blue C M Y K H S L
Decimal 235 163 2 0 0.31 0.99 0.08 41.46 0.98 0.46
Hex EB A3 2 0 1F 63 8 29 62 2E
Octal 353 243 2 0 37 143 10 51 142 56
Binary 11101011 10100011 10 0 11111 1100011 1000 101001 1100010 101110

Color Harmonies of #EBA302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA302

Black with #EBA302

Text Example


Text Example

White with #EBA302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA302; }

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

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

background-color css

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

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

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

border-color css

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

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

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