Html Css Color HEX #EBA802 Gamboge

📋 copy color: '#EBA802'

red 235 ◦ green 168 ◦ blue 2

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

Shades of Gamboge #EBA802

Tints of Gamboge #EBA802

RGB

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

 GREEN value IS 168 (66.02% from 255) = 41.48%

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

R = 58.02%
G = 41.48%
B = 0.49%

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

#EBA802 (or 0xEBA802) is known color: Gamboge. HEX triplet: EB, A8 and 02. RGB value is (235,168,2). Sum of RGB (Red+Green+Blue) = 235+168+2=405 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.02% from 405); Green value is 168 (66.02% from 255 or 41.48% from 405); Blue value is 2 (1.17% from 255 or 0.49% from 405); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA802 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA802 is #1457FD. Grayscale: #A9A9A9. Windows color (decimal): -1333246 or 174315. OLE color: 174315.

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

Color convert

RGB 235 168 2 -
CMYK 0 0.29 0.99 0.08
HSL 42.75º 0.98% 0.46% -
HSV(B) 42.75º 0.99% 0.92% -
XYZ 48.27 45.67 6.33 -
YUV 169.11 33.7 175 -
System Red Green Blue C M Y K H S L
Decimal 235 168 2 0 0.29 0.99 0.08 42.75 0.98 0.46
Hex EB A8 2 0 1D 63 8 2B 62 2E
Octal 353 250 2 0 35 143 10 53 142 56
Binary 11101011 10101000 10 0 11101 1100011 1000 101011 1100010 101110

Color Harmonies of #EBA802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA802

Black with #EBA802

Text Example


Text Example

White with #EBA802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA802; }

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

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

background-color css

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

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

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

border-color css

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

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

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