Html Css Color HEX #E0930E Gamboge

📋 copy color: '#E0930E'

red 224 ◦ green 147 ◦ blue 14

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

Shades of Gamboge #E0930E

Tints of Gamboge #E0930E

RGB

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

 GREEN value IS 147 (57.81% from 255) = 38.18%

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

R = 58.18%
G = 38.18%
B = 3.64%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.94

 K value IS 0.12

RGB Variations

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

Color information

#E0930E (or 0xE0930E) is known color: Gamboge. HEX triplet: E0, 93 and 0E. RGB value is (224,147,14). Sum of RGB (Red+Green+Blue) = 224+147+14=385 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.18% from 385); Green value is 147 (57.81% from 255 or 38.18% from 385); Blue value is 14 (5.86% from 255 or 3.64% from 385); Max value from RGB is 224 - color contains mainly: red. Hex color #E0930E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E0930E is #1F6CF1. Grayscale: #9B9B9B. Windows color (decimal): -2059506 or 955360. OLE color: 955360.

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

Color convert

RGB 224 147 14 -
CMYK 0 0.34 0.94 0.12
HSL 38º 0.88% 0.47% -
HSV(B) 38º 0.94% 0.88% -
XYZ 41.25 36.75 5.33 -
YUV 154.86 48.51 177.31 -
System Red Green Blue C M Y K H S L
Decimal 224 147 14 0 0.34 0.94 0.12 38 0.88 0.47
Hex E0 93 E 0 22 5E C 26 58 2F
Octal 340 223 16 0 42 136 14 46 130 57
Binary 11100000 10010011 1110 0 100010 1011110 1100 100110 1011000 101111

Color Harmonies of #E0930E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0930E

Black with #E0930E

Text Example


Text Example

White with #E0930E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0930E; }

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

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

background-color css

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

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

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

border-color css

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

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

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