Html Css Color HEX #E18B0E Gamboge

📋 copy color: '#E18B0E'

red 225 ◦ green 139 ◦ blue 14

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

Shades of Gamboge #E18B0E

Tints of Gamboge #E18B0E

RGB

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

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

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

R = 59.52%
G = 36.77%
B = 3.7%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.94

 K value IS 0.12

RGB Variations

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

Color information

#E18B0E (or 0xE18B0E) is known color: Gamboge. HEX triplet: E1, 8B and 0E. RGB value is (225,139,14). Sum of RGB (Red+Green+Blue) = 225+139+14=378 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.52% from 378); Green value is 139 (54.69% from 255 or 36.77% from 378); Blue value is 14 (5.86% from 255 or 3.70% from 378); Max value from RGB is 225 - color contains mainly: red. Hex color #E18B0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E18B0E is #1E74F1. Grayscale: #979797. Windows color (decimal): -1996018 or 953313. OLE color: 953313.

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

Color convert

RGB 225 139 14 -
CMYK 0 0.38 0.94 0.12
HSL 35.55º 0.88% 0.47% -
HSV(B) 35.55º 0.94% 0.88% -
XYZ 40.36 34.5 4.95 -
YUV 150.46 50.99 181.16 -
System Red Green Blue C M Y K H S L
Decimal 225 139 14 0 0.38 0.94 0.12 35.55 0.88 0.47
Hex E1 8B E 0 26 5E C 24 58 2F
Octal 341 213 16 0 46 136 14 44 130 57
Binary 11100001 10001011 1110 0 100110 1011110 1100 100100 1011000 101111

Color Harmonies of #E18B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18B0E

Black with #E18B0E

Text Example


Text Example

White with #E18B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18B0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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