Html Css Color HEX #EBA311 Gamboge

📋 copy color: '#EBA311'

red 235 ◦ green 163 ◦ blue 17

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

Shades of Gamboge #EBA311

Tints of Gamboge #EBA311

RGB

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

 GREEN value IS 163 (64.06% from 255) = 39.28%

 BLUE value IS 17 (7.03% from 255) = 4.1%

R = 56.63%
G = 39.28%
B = 4.1%

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

#EBA311 (or 0xEBA311) is known color: Gamboge. HEX triplet: EB, A3 and 11. RGB value is (235,163,17). Sum of RGB (Red+Green+Blue) = 235+163+17=415 (54% of max value = 765). Red value is 235 (92.19% from 255 or 56.63% from 415); Green value is 163 (64.06% from 255 or 39.28% from 415); Blue value is 17 (7.03% from 255 or 4.10% from 415); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA311 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA311 is #145CEE. Grayscale: #A8A8A8. Windows color (decimal): -1334511 or 1156075. OLE color: 1156075.

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

Color convert

RGB 235 163 17 -
CMYK 0 0.31 0.93 0.08
HSL 40.18º 0.87% 0.49% -
HSV(B) 40.18º 0.93% 0.92% -
XYZ 47.46 43.9 6.5 -
YUV 167.88 42.85 175.87 -
System Red Green Blue C M Y K H S L
Decimal 235 163 17 0 0.31 0.93 0.08 40.18 0.87 0.49
Hex EB A3 11 0 1F 5D 8 28 57 31
Octal 353 243 21 0 37 135 10 50 127 61
Binary 11101011 10100011 10001 0 11111 1011101 1000 101000 1010111 110001

Color Harmonies of #EBA311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA311

Black with #EBA311

Text Example


Text Example

White with #EBA311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA311; }

 p { color: rgb(235,163,17); }

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

background-color css

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

 a { background-color: rgb(235,163,17); }

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

border-color css

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

 span { border-color: rgb(235,163,17); }

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