Html Css Color HEX #EBA910 Gamboge

📋 copy color: '#EBA910'

red 235 ◦ green 169 ◦ blue 16

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

Shades of Gamboge #EBA910

Tints of Gamboge #EBA910

RGB

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

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

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

R = 55.95%
G = 40.24%
B = 3.81%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.93

 K value IS 0.08

RGB Variations

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

Color information

#EBA910 (or 0xEBA910) is known color: Gamboge. HEX triplet: EB, A9 and 10. RGB value is (235,169,16). Sum of RGB (Red+Green+Blue) = 235+169+16=420 (55% of max value = 765). Red value is 235 (92.19% from 255 or 55.95% from 420); Green value is 169 (66.41% from 255 or 40.24% from 420); Blue value is 16 (6.64% from 255 or 3.81% from 420); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA910 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA910 is #1456EF. Grayscale: #ABABAB. Windows color (decimal): -1332976 or 1092075. OLE color: 1092075.

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

Color convert

RGB 235 169 16 -
CMYK 0 0.28 0.93 0.08
HSL 41.92º 0.87% 0.49% -
HSV(B) 41.92º 0.93% 0.92% -
XYZ 48.54 46.08 6.83 -
YUV 171.29 40.37 173.44 -
System Red Green Blue C M Y K H S L
Decimal 235 169 16 0 0.28 0.93 0.08 41.92 0.87 0.49
Hex EB A9 10 0 1C 5D 8 2A 57 31
Octal 353 251 20 0 34 135 10 52 127 61
Binary 11101011 10101001 10000 0 11100 1011101 1000 101010 1010111 110001

Color Harmonies of #EBA910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA910

Black with #EBA910

Text Example


Text Example

White with #EBA910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA910; }

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

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

background-color css

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

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

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

border-color css

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

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

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