Html Css Color HEX #EBA810 Gamboge

📋 copy color: '#EBA810'

red 235 ◦ green 168 ◦ blue 16

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

Shades of Gamboge #EBA810

Tints of Gamboge #EBA810

RGB

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

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

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

R = 56.09%
G = 40.1%
B = 3.82%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.93

 K value IS 0.08

RGB Variations

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

Color information

#EBA810 (or 0xEBA810) is known color: Gamboge. HEX triplet: EB, A8 and 10. RGB value is (235,168,16). Sum of RGB (Red+Green+Blue) = 235+168+16=419 (55% of max value = 765). Red value is 235 (92.19% from 255 or 56.09% from 419); Green value is 168 (66.02% from 255 or 40.10% from 419); Blue value is 16 (6.64% from 255 or 3.82% from 419); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA810 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA810 is #1457EF. Grayscale: #ABABAB. Windows color (decimal): -1333232 or 1091819. OLE color: 1091819.

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

Color convert

RGB 235 168 16 -
CMYK 0 0.29 0.93 0.08
HSL 41.64º 0.87% 0.49% -
HSV(B) 41.64º 0.93% 0.92% -
XYZ 48.36 45.7 6.76 -
YUV 170.71 40.7 173.86 -
System Red Green Blue C M Y K H S L
Decimal 235 168 16 0 0.29 0.93 0.08 41.64 0.87 0.49
Hex EB A8 10 0 1D 5D 8 2A 57 31
Octal 353 250 20 0 35 135 10 52 127 61
Binary 11101011 10101000 10000 0 11101 1011101 1000 101010 1010111 110001

Color Harmonies of #EBA810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA810

Black with #EBA810

Text Example


Text Example

White with #EBA810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA810; }

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

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

background-color css

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

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

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

border-color css

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

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

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