Html Css Color HEX #EB9113 Gamboge

📋 copy color: '#EB9113'

red 235 ◦ green 145 ◦ blue 19

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

Shades of Gamboge #EB9113

Tints of Gamboge #EB9113

RGB

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

 GREEN value IS 145 (57.03% from 255) = 36.34%

 BLUE value IS 19 (7.81% from 255) = 4.76%

R = 58.9%
G = 36.34%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.92

 K value IS 0.08

RGB Variations

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

Color information

#EB9113 (or 0xEB9113) is known color: Gamboge. HEX triplet: EB, 91 and 13. RGB value is (235,145,19). Sum of RGB (Red+Green+Blue) = 235+145+19=399 (52% of max value = 765). Red value is 235 (92.19% from 255 or 58.90% from 399); Green value is 145 (57.03% from 255 or 36.34% from 399); Blue value is 19 (7.81% from 255 or 4.76% from 399); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9113 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EB9113 is #146EEC. Grayscale: #9E9E9E. Windows color (decimal): -1339117 or 1282539. OLE color: 1282539.

HSL color Cylindrical-coordinate representation of color #EB9113: hue angle of 35º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EB9113 is Cyan = 0, Magento = 0.38, Yellow = 0.92 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 145 19 -
CMYK 0 0.38 0.92 0.08
HSL 35º 0.85% 0.5% -
HSV(B) 35º 0.92% 0.92% -
XYZ 44.5 37.96 5.6 -
YUV 157.55 49.82 183.25 -
System Red Green Blue C M Y K H S L
Decimal 235 145 19 0 0.38 0.92 0.08 35 0.85 0.5
Hex EB 91 13 0 26 5C 8 23 55 32
Octal 353 221 23 0 46 134 10 43 125 62
Binary 11101011 10010001 10011 0 100110 1011100 1000 100011 1010101 110010

Color Harmonies of #EB9113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB9113

Black with #EB9113

Text Example


Text Example

White with #EB9113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB9113; }

 p { color: rgb(235,145,19); }

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

background-color css

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

 a { background-color: rgb(235,145,19); }

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

border-color css

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

 span { border-color: rgb(235,145,19); }

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