Html Css Color HEX #EB9C0E Gamboge

📋 copy color: '#EB9C0E'

red 235 ◦ green 156 ◦ blue 14

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

Shades of Gamboge #EB9C0E

Tints of Gamboge #EB9C0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.46%

R = 58.02%
G = 38.52%
B = 3.46%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EB9C0E (or 0xEB9C0E) is known color: Gamboge. HEX triplet: EB, 9C and 0E. RGB value is (235,156,14). Sum of RGB (Red+Green+Blue) = 235+156+14=405 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.02% from 405); Green value is 156 (61.33% from 255 or 38.52% from 405); Blue value is 14 (5.86% from 255 or 3.46% from 405); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9C0E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EB9C0E is #1463F1. Grayscale: #A4A4A4. Windows color (decimal): -1336306 or 957675. OLE color: 957675.

HSL color Cylindrical-coordinate representation of color #EB9C0E: hue angle of 38.55º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EB9C0E is Cyan = 0, Magento = 0.34, Yellow = 0.94 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 156 14 -
CMYK 0 0.34 0.94 0.08
HSL 38.55º 0.89% 0.49% -
HSV(B) 38.55º 0.94% 0.92% -
XYZ 46.23 41.47 5.98 -
YUV 163.43 43.67 179.05 -
System Red Green Blue C M Y K H S L
Decimal 235 156 14 0 0.34 0.94 0.08 38.55 0.89 0.49
Hex EB 9C E 0 22 5E 8 27 59 31
Octal 353 234 16 0 42 136 10 47 131 61
Binary 11101011 10011100 1110 0 100010 1011110 1000 100111 1011001 110001

Color Harmonies of #EB9C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB9C0E

Black with #EB9C0E

Text Example


Text Example

White with #EB9C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB9C0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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