Html Css Color HEX #EB9512 Gamboge

📋 copy color: '#EB9512'

red 235 ◦ green 149 ◦ blue 18

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

Shades of Gamboge #EB9512

Tints of Gamboge #EB9512

RGB

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

 GREEN value IS 149 (58.59% from 255) = 37.06%

 BLUE value IS 18 (7.42% from 255) = 4.48%

R = 58.46%
G = 37.06%
B = 4.48%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.92

 K value IS 0.08

RGB Variations

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

Color information

#EB9512 (or 0xEB9512) is known color: Gamboge. HEX triplet: EB, 95 and 12. RGB value is (235,149,18). Sum of RGB (Red+Green+Blue) = 235+149+18=402 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.46% from 402); Green value is 149 (58.59% from 255 or 37.06% from 402); Blue value is 18 (7.42% from 255 or 4.48% from 402); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9512 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EB9512 is #146AED. Grayscale: #A0A0A0. Windows color (decimal): -1338094 or 1218027. OLE color: 1218027.

HSL color Cylindrical-coordinate representation of color #EB9512: hue angle of 36.22º degrees, saturation: 0.86, 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 #EB9512 is Cyan = 0, Magento = 0.37, Yellow = 0.92 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 149 18 -
CMYK 0 0.37 0.92 0.08
HSL 36.22º 0.86% 0.5% -
HSV(B) 36.22º 0.92% 0.92% -
XYZ 45.12 39.2 5.76 -
YUV 159.78 47.99 181.65 -
System Red Green Blue C M Y K H S L
Decimal 235 149 18 0 0.37 0.92 0.08 36.22 0.86 0.5
Hex EB 95 12 0 25 5C 8 24 56 32
Octal 353 225 22 0 45 134 10 44 126 62
Binary 11101011 10010101 10010 0 100101 1011100 1000 100100 1010110 110010

Color Harmonies of #EB9512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB9512

Black with #EB9512

Text Example


Text Example

White with #EB9512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB9512; }

 p { color: rgb(235,149,18); }

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

background-color css

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

 a { background-color: rgb(235,149,18); }

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

border-color css

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

 span { border-color: rgb(235,149,18); }

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