Html Css Color HEX #E18E16 Gamboge

📋 copy color: '#E18E16'

red 225 ◦ green 142 ◦ blue 22

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

Shades of Gamboge #E18E16

Tints of Gamboge #E18E16

RGB

 RED value IS 225 (88.28% from 255) = 57.84%

 GREEN value IS 142 (55.86% from 255) = 36.5%

 BLUE value IS 22 (8.98% from 255) = 5.66%

R = 57.84%
G = 36.5%
B = 5.66%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.90

 K value IS 0.12

RGB Variations

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

Color information

#E18E16 (or 0xE18E16) is known color: Gamboge. HEX triplet: E1, 8E and 16. RGB value is (225,142,22). Sum of RGB (Red+Green+Blue) = 225+142+22=389 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.84% from 389); Green value is 142 (55.86% from 255 or 36.50% from 389); Blue value is 22 (8.98% from 255 or 5.66% from 389); Max value from RGB is 225 - color contains mainly: red. Hex color #E18E16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E18E16 is #1E71E9. Grayscale: #999999. Windows color (decimal): -1995242 or 1478369. OLE color: 1478369.

HSL color Cylindrical-coordinate representation of color #E18E16: hue angle of 35.47º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E18E16 is Cyan = 0, Magento = 0.37, Yellow = 0.90 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 142 22 -
CMYK 0 0.37 0.90 0.12
HSL 35.47º 0.82% 0.48% -
HSV(B) 35.47º 0.9% 0.88% -
XYZ 40.87 35.41 5.44 -
YUV 153.14 54 179.26 -
System Red Green Blue C M Y K H S L
Decimal 225 142 22 0 0.37 0.90 0.12 35.47 0.82 0.48
Hex E1 8E 16 0 25 5A C 23 52 30
Octal 341 216 26 0 45 132 14 43 122 60
Binary 11100001 10001110 10110 0 100101 1011010 1100 100011 1010010 110000

Color Harmonies of #E18E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18E16

Black with #E18E16

Text Example


Text Example

White with #E18E16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18E16; }

 p { color: rgb(225,142,22); }

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

background-color css

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

 a { background-color: rgb(225,142,22); }

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

border-color css

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

 span { border-color: rgb(225,142,22); }

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