Html Css Color HEX #E18F14 Gamboge

📋 copy color: '#E18F14'

red 225 ◦ green 143 ◦ blue 20

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

Shades of Gamboge #E18F14

Tints of Gamboge #E18F14

RGB

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

 GREEN value IS 143 (56.25% from 255) = 36.86%

 BLUE value IS 20 (8.2% from 255) = 5.15%

R = 57.99%
G = 36.86%
B = 5.15%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#E18F14 (or 0xE18F14) is known color: Gamboge. HEX triplet: E1, 8F and 14. RGB value is (225,143,20). Sum of RGB (Red+Green+Blue) = 225+143+20=388 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.99% from 388); Green value is 143 (56.25% from 255 or 36.86% from 388); Blue value is 20 (8.20% from 255 or 5.15% from 388); Max value from RGB is 225 - color contains mainly: red. Hex color #E18F14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E18F14 is #1E70EB. Grayscale: #9A9A9A. Windows color (decimal): -1994988 or 1347553. OLE color: 1347553.

HSL color Cylindrical-coordinate representation of color #E18F14: hue angle of 36º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E18F14 is Cyan = 0, Magento = 0.36, Yellow = 0.91 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 143 20 -
CMYK 0 0.36 0.91 0.12
HSL 36º 0.84% 0.48% -
HSV(B) 36º 0.91% 0.88% -
XYZ 41 35.7 5.39 -
YUV 153.5 52.67 179 -
System Red Green Blue C M Y K H S L
Decimal 225 143 20 0 0.36 0.91 0.12 36 0.84 0.48
Hex E1 8F 14 0 24 5B C 24 54 30
Octal 341 217 24 0 44 133 14 44 124 60
Binary 11100001 10001111 10100 0 100100 1011011 1100 100100 1010100 110000

Color Harmonies of #E18F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18F14

Black with #E18F14

Text Example


Text Example

White with #E18F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18F14; }

 p { color: rgb(225,143,20); }

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

background-color css

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

 a { background-color: rgb(225,143,20); }

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

border-color css

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

 span { border-color: rgb(225,143,20); }

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