Html Css Color HEX #E18B14 Gamboge

📋 copy color: '#E18B14'

red 225 ◦ green 139 ◦ blue 20

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

Shades of Gamboge #E18B14

Tints of Gamboge #E18B14

RGB

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

 GREEN value IS 139 (54.69% from 255) = 36.2%

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

R = 58.59%
G = 36.2%
B = 5.21%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#E18B14 (or 0xE18B14) is known color: Gamboge. HEX triplet: E1, 8B and 14. RGB value is (225,139,20). Sum of RGB (Red+Green+Blue) = 225+139+20=384 (50% of max value = 765). Red value is 225 (88.28% from 255 or 58.59% from 384); Green value is 139 (54.69% from 255 or 36.20% from 384); Blue value is 20 (8.20% from 255 or 5.21% from 384); Max value from RGB is 225 - color contains mainly: red. Hex color #E18B14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E18B14 is #1E74EB. Grayscale: #979797. Windows color (decimal): -1996012 or 1346529. OLE color: 1346529.

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

Color convert

RGB 225 139 20 -
CMYK 0 0.38 0.91 0.12
HSL 34.83º 0.84% 0.48% -
HSV(B) 34.83º 0.91% 0.88% -
XYZ 40.41 34.52 5.2 -
YUV 151.15 53.99 180.68 -
System Red Green Blue C M Y K H S L
Decimal 225 139 20 0 0.38 0.91 0.12 34.83 0.84 0.48
Hex E1 8B 14 0 26 5B C 23 54 30
Octal 341 213 24 0 46 133 14 43 124 60
Binary 11100001 10001011 10100 0 100110 1011011 1100 100011 1010100 110000

Color Harmonies of #E18B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18B14

Black with #E18B14

Text Example


Text Example

White with #E18B14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18B14; }

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

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

background-color css

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

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

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

border-color css

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

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

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