Html Css Color HEX #E18E0D Gamboge

📋 copy color: '#E18E0D'

red 225 ◦ green 142 ◦ blue 13

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

Shades of Gamboge #E18E0D

Tints of Gamboge #E18E0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.42%

R = 59.21%
G = 37.37%
B = 3.42%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.94

 K value IS 0.12

RGB Variations

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

Color information

#E18E0D (or 0xE18E0D) is known color: Gamboge. HEX triplet: E1, 8E and 0D. RGB value is (225,142,13). Sum of RGB (Red+Green+Blue) = 225+142+13=380 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.21% from 380); Green value is 142 (55.86% from 255 or 37.37% from 380); Blue value is 13 (5.47% from 255 or 3.42% from 380); Max value from RGB is 225 - color contains mainly: red. Hex color #E18E0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E18E0D is #1E71F2. Grayscale: #989898. Windows color (decimal): -1995251 or 888545. OLE color: 888545.

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

Color convert

RGB 225 142 13 -
CMYK 0 0.37 0.94 0.12
HSL 36.51º 0.89% 0.47% -
HSV(B) 36.51º 0.94% 0.88% -
XYZ 40.8 35.38 5.06 -
YUV 152.11 49.5 179.99 -
System Red Green Blue C M Y K H S L
Decimal 225 142 13 0 0.37 0.94 0.12 36.51 0.89 0.47
Hex E1 8E D 0 25 5E C 25 59 2F
Octal 341 216 15 0 45 136 14 45 131 57
Binary 11100001 10001110 1101 0 100101 1011110 1100 100101 1011001 101111

Color Harmonies of #E18E0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18E0D

Black with #E18E0D

Text Example


Text Example

White with #E18E0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18E0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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