Html Css Color HEX #EBA110 Gamboge

📋 copy color: '#EBA110'

red 235 ◦ green 161 ◦ blue 16

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

Shades of Gamboge #EBA110

Tints of Gamboge #EBA110

RGB

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

 GREEN value IS 161 (63.28% from 255) = 39.08%

 BLUE value IS 16 (6.64% from 255) = 3.88%

R = 57.04%
G = 39.08%
B = 3.88%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.93

 K value IS 0.08

RGB Variations

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

Color information

#EBA110 (or 0xEBA110) is known color: Gamboge. HEX triplet: EB, A1 and 10. RGB value is (235,161,16). Sum of RGB (Red+Green+Blue) = 235+161+16=412 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.04% from 412); Green value is 161 (63.28% from 255 or 39.08% from 412); Blue value is 16 (6.64% from 255 or 3.88% from 412); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA110 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA110 is #145EEF. Grayscale: #A7A7A7. Windows color (decimal): -1335024 or 1090027. OLE color: 1090027.

HSL color Cylindrical-coordinate representation of color #EBA110: hue angle of 39.73º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EBA110 is Cyan = 0, Magento = 0.31, Yellow = 0.93 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 161 16 -
CMYK 0 0.31 0.93 0.08
HSL 39.73º 0.87% 0.49% -
HSV(B) 39.73º 0.93% 0.92% -
XYZ 47.1 43.19 6.34 -
YUV 166.6 43.02 176.79 -
System Red Green Blue C M Y K H S L
Decimal 235 161 16 0 0.31 0.93 0.08 39.73 0.87 0.49
Hex EB A1 10 0 1F 5D 8 28 57 31
Octal 353 241 20 0 37 135 10 50 127 61
Binary 11101011 10100001 10000 0 11111 1011101 1000 101000 1010111 110001

Color Harmonies of #EBA110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA110

Black with #EBA110

Text Example


Text Example

White with #EBA110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA110; }

 p { color: rgb(235,161,16); }

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

background-color css

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

 a { background-color: rgb(235,161,16); }

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

border-color css

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

 span { border-color: rgb(235,161,16); }

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