Html Css Color HEX #E0860E Gamboge

📋 copy color: '#E0860E'

red 224 ◦ green 134 ◦ blue 14

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

Shades of Gamboge #E0860E

Tints of Gamboge #E0860E

RGB

 RED value IS 224 (87.89% from 255) = 60.22%

 GREEN value IS 134 (52.73% from 255) = 36.02%

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

R = 60.22%
G = 36.02%
B = 3.76%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.94

 K value IS 0.12

RGB Variations

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

Color information

#E0860E (or 0xE0860E) is known color: Gamboge. HEX triplet: E0, 86 and 0E. RGB value is (224,134,14). Sum of RGB (Red+Green+Blue) = 224+134+14=372 (49% of max value = 765). Red value is 224 (87.89% from 255 or 60.22% from 372); Green value is 134 (52.73% from 255 or 36.02% from 372); Blue value is 14 (5.86% from 255 or 3.76% from 372); Max value from RGB is 224 - color contains mainly: red. Hex color #E0860E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E0860E is #1F79F1. Grayscale: #939393. Windows color (decimal): -2062834 or 952032. OLE color: 952032.

HSL color Cylindrical-coordinate representation of color #E0860E: hue angle of 34.29º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E0860E is Cyan = 0, Magento = 0.40, Yellow = 0.94 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 134 14 -
CMYK 0 0.40 0.94 0.12
HSL 34.29º 0.88% 0.47% -
HSV(B) 34.29º 0.94% 0.88% -
XYZ 39.34 32.93 4.7 -
YUV 147.23 52.82 182.76 -
System Red Green Blue C M Y K H S L
Decimal 224 134 14 0 0.40 0.94 0.12 34.29 0.88 0.47
Hex E0 86 E 0 28 5E C 22 58 2F
Octal 340 206 16 0 50 136 14 42 130 57
Binary 11100000 10000110 1110 0 101000 1011110 1100 100010 1011000 101111

Color Harmonies of #E0860E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0860E

Black with #E0860E

Text Example


Text Example

White with #E0860E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0860E; }

 p { color: rgb(224,134,14); }

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

background-color css

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

 a { background-color: rgb(224,134,14); }

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

border-color css

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

 span { border-color: rgb(224,134,14); }

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