Html Css Color HEX #EBA610 Gamboge

📋 copy color: '#EBA610'

red 235 ◦ green 166 ◦ blue 16

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

Shades of Gamboge #EBA610

Tints of Gamboge #EBA610

RGB

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

 GREEN value IS 166 (65.23% from 255) = 39.81%

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

R = 56.35%
G = 39.81%
B = 3.84%

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

#EBA610 (or 0xEBA610) is known color: Gamboge. HEX triplet: EB, A6 and 10. RGB value is (235,166,16). Sum of RGB (Red+Green+Blue) = 235+166+16=417 (55% of max value = 765). Red value is 235 (92.19% from 255 or 56.35% from 417); Green value is 166 (65.23% from 255 or 39.81% from 417); Blue value is 16 (6.64% from 255 or 3.84% from 417); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA610 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA610 is #1459EF. Grayscale: #AAAAAA. Windows color (decimal): -1333744 or 1091307. OLE color: 1091307.

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

Color convert

RGB 235 166 16 -
CMYK 0 0.29 0.93 0.08
HSL 41.1º 0.87% 0.49% -
HSV(B) 41.1º 0.93% 0.92% -
XYZ 47.99 44.97 6.64 -
YUV 169.53 41.36 174.7 -
System Red Green Blue C M Y K H S L
Decimal 235 166 16 0 0.29 0.93 0.08 41.1 0.87 0.49
Hex EB A6 10 0 1D 5D 8 29 57 31
Octal 353 246 20 0 35 135 10 51 127 61
Binary 11101011 10100110 10000 0 11101 1011101 1000 101001 1010111 110001

Color Harmonies of #EBA610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA610

Black with #EBA610

Text Example


Text Example

White with #EBA610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA610; }

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

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

background-color css

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

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

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

border-color css

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

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

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