Html Css Color HEX #EB8D0E Gamboge

📋 copy color: '#EB8D0E'

red 235 ◦ green 141 ◦ blue 14

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

Shades of Gamboge #EB8D0E

Tints of Gamboge #EB8D0E

RGB

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

 GREEN value IS 141 (55.47% from 255) = 36.15%

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

R = 60.26%
G = 36.15%
B = 3.59%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EB8D0E (or 0xEB8D0E) is known color: Gamboge. HEX triplet: EB, 8D and 0E. RGB value is (235,141,14). Sum of RGB (Red+Green+Blue) = 235+141+14=390 (51% of max value = 765). Red value is 235 (92.19% from 255 or 60.26% from 390); Green value is 141 (55.47% from 255 or 36.15% from 390); Blue value is 14 (5.86% from 255 or 3.59% from 390); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8D0E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EB8D0E is #1472F1. Grayscale: #9B9B9B. Windows color (decimal): -1340146 or 953835. OLE color: 953835.

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

Color convert

RGB 235 141 14 -
CMYK 0 0.4 0.94 0.08
HSL 34.48º 0.89% 0.49% -
HSV(B) 34.48º 0.94% 0.92% -
XYZ 43.87 36.74 5.2 -
YUV 154.63 48.64 185.33 -
System Red Green Blue C M Y K H S L
Decimal 235 141 14 0 0.4 0.94 0.08 34.48 0.89 0.49
Hex EB 8D E 0 28 5E 8 22 59 31
Octal 353 215 16 0 50 136 10 42 131 61
Binary 11101011 10001101 1110 0 101000 1011110 1000 100010 1011001 110001

Color Harmonies of #EB8D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8D0E

Black with #EB8D0E

Text Example


Text Example

White with #EB8D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8D0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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