Html Css Color HEX #E8970E Gamboge

📋 copy color: '#E8970E'

red 232 ◦ green 151 ◦ blue 14

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

Shades of Gamboge #E8970E

Tints of Gamboge #E8970E

RGB

 RED value IS 232 (91.02% from 255) = 58.44%

 GREEN value IS 151 (59.38% from 255) = 38.04%

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

R = 58.44%
G = 38.04%
B = 3.53%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.94

 K value IS 0.09

RGB Variations

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

Color information

#E8970E (or 0xE8970E) is known color: Gamboge. HEX triplet: E8, 97 and 0E. RGB value is (232,151,14). Sum of RGB (Red+Green+Blue) = 232+151+14=397 (52% of max value = 765). Red value is 232 (91.02% from 255 or 58.44% from 397); Green value is 151 (59.38% from 255 or 38.04% from 397); Blue value is 14 (5.86% from 255 or 3.53% from 397); Max value from RGB is 232 - color contains mainly: red. Hex color #E8970E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E8970E is #1768F1. Grayscale: #A0A0A0. Windows color (decimal): -1534194 or 956392. OLE color: 956392.

HSL color Cylindrical-coordinate representation of color #E8970E: hue angle of 37.71º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E8970E is Cyan = 0, Magento = 0.35, Yellow = 0.94 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 151 14 -
CMYK 0 0.35 0.94 0.09
HSL 37.71º 0.89% 0.48% -
HSV(B) 37.71º 0.94% 0.91% -
XYZ 44.42 39.32 5.66 -
YUV 159.6 45.84 179.64 -
System Red Green Blue C M Y K H S L
Decimal 232 151 14 0 0.35 0.94 0.09 37.71 0.89 0.48
Hex E8 97 E 0 23 5E 9 26 59 30
Octal 350 227 16 0 43 136 11 46 131 60
Binary 11101000 10010111 1110 0 100011 1011110 1001 100110 1011001 110000

Color Harmonies of #E8970E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8970E

Black with #E8970E

Text Example


Text Example

White with #E8970E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8970E; }

 p { color: rgb(232,151,14); }

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

background-color css

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

 a { background-color: rgb(232,151,14); }

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

border-color css

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

 span { border-color: rgb(232,151,14); }

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