Html Css Color HEX #EB9C00 Gamboge

📋 copy color: '#EB9C00'

red 235 ◦ green 156 ◦ blue 0

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

Shades of Gamboge #EB9C00

Tints of Gamboge #EB9C00

RGB

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

 GREEN value IS 156 (61.33% from 255) = 39.9%

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

R = 60.1%
G = 39.9%
B = 0%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 1

 K value IS 0.08

RGB Variations

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

Color information

#EB9C00 (or 0xEB9C00) is known color: Gamboge. HEX triplet: EB, 9C and 00. RGB value is (235,156,0). Sum of RGB (Red+Green+Blue) = 235+156+0=391 (51% of max value = 765). Red value is 235 (92.19% from 255 or 60.10% from 391); Green value is 156 (61.33% from 255 or 39.90% from 391); Blue value is 0 (0.39% from 255 or 0% from 391); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9C00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EB9C00 is #1463FF. Grayscale: #A2A2A2. Windows color (decimal): -1336320 or 40171. OLE color: 40171.

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

Color convert

RGB 235 156 0 -
CMYK 0 0.34 1 0.08
HSL 39.83º 1% 0.46% -
HSV(B) 39.83º 1% 0.92% -
XYZ 46.15 41.44 5.57 -
YUV 161.84 36.67 180.18 -
System Red Green Blue C M Y K H S L
Decimal 235 156 0 0 0.34 1 0.08 39.83 1 0.46
Hex EB 9C 0 0 22 64 8 28 64 2E
Octal 353 234 0 0 42 144 10 50 144 56
Binary 11101011 10011100 0 0 100010 1100100 1000 101000 1100100 101110

Color Harmonies of #EB9C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB9C00

Black with #EB9C00

Text Example


Text Example

White with #EB9C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB9C00; }

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

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

background-color css

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

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

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

border-color css

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

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

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