Html Css Color HEX #EBA902 Gamboge

📋 copy color: '#EBA902'

red 235 ◦ green 169 ◦ blue 2

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

Shades of Gamboge #EBA902

Tints of Gamboge #EBA902

RGB

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

 GREEN value IS 169 (66.41% from 255) = 41.63%

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

R = 57.88%
G = 41.63%
B = 0.49%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#EBA902 (or 0xEBA902) is known color: Gamboge. HEX triplet: EB, A9 and 02. RGB value is (235,169,2). Sum of RGB (Red+Green+Blue) = 235+169+2=406 (53% of max value = 765). Red value is 235 (92.19% from 255 or 57.88% from 406); Green value is 169 (66.41% from 255 or 41.63% from 406); Blue value is 2 (1.17% from 255 or 0.49% from 406); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA902 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA902 is #1456FD. Grayscale: #AAAAAA. Windows color (decimal): -1332990 or 174571. OLE color: 174571.

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

Color convert

RGB 235 169 2 -
CMYK 0 0.28 0.99 0.08
HSL 43º 0.98% 0.46% -
HSV(B) 43º 0.99% 0.92% -
XYZ 48.46 46.04 6.39 -
YUV 169.7 33.37 174.58 -
System Red Green Blue C M Y K H S L
Decimal 235 169 2 0 0.28 0.99 0.08 43 0.98 0.46
Hex EB A9 2 0 1C 63 8 2B 62 2E
Octal 353 251 2 0 34 143 10 53 142 56
Binary 11101011 10101001 10 0 11100 1100011 1000 101011 1100010 101110

Color Harmonies of #EBA902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA902

Black with #EBA902

Text Example


Text Example

White with #EBA902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA902; }

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

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

background-color css

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

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

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

border-color css

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

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

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