Html Css Color HEX #EB9500 Gamboge

📋 copy color: '#EB9500'

red 235 ◦ green 149 ◦ blue 0

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

Shades of Gamboge #EB9500

Tints of Gamboge #EB9500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 61.2%
G = 38.8%
B = 0%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 1

 K value IS 0.08

RGB Variations

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

Color information

#EB9500 (or 0xEB9500) is known color: Gamboge. HEX triplet: EB, 95 and 00. RGB value is (235,149,0). Sum of RGB (Red+Green+Blue) = 235+149+0=384 (50% of max value = 765). Red value is 235 (92.19% from 255 or 61.20% from 384); Green value is 149 (58.59% from 255 or 38.80% from 384); Blue value is 0 (0.39% from 255 or 0% from 384); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9500 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EB9500 is #146AFF. Grayscale: #9E9E9E. Windows color (decimal): -1338112 or 38379. OLE color: 38379.

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

Color convert

RGB 235 149 0 -
CMYK 0 0.37 1 0.08
HSL 38.04º 1% 0.46% -
HSV(B) 38.04º 1% 0.92% -
XYZ 45.01 39.16 5.19 -
YUV 157.73 38.99 183.12 -
System Red Green Blue C M Y K H S L
Decimal 235 149 0 0 0.37 1 0.08 38.04 1 0.46
Hex EB 95 0 0 25 64 8 26 64 2E
Octal 353 225 0 0 45 144 10 46 144 56
Binary 11101011 10010101 0 0 100101 1100100 1000 100110 1100100 101110

Color Harmonies of #EB9500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB9500

Black with #EB9500

Text Example


Text Example

White with #EB9500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB9500; }

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

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

background-color css

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

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

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

border-color css

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

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

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