Html Css Color HEX #E18E0F Gamboge

📋 copy color: '#E18E0F'

red 225 ◦ green 142 ◦ blue 15

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

Shades of Gamboge #E18E0F

Tints of Gamboge #E18E0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.93%

R = 58.9%
G = 37.17%
B = 3.93%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.93

 K value IS 0.12

RGB Variations

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

Color information

#E18E0F (or 0xE18E0F) is known color: Gamboge. HEX triplet: E1, 8E and 0F. RGB value is (225,142,15). Sum of RGB (Red+Green+Blue) = 225+142+15=382 (50% of max value = 765). Red value is 225 (88.28% from 255 or 58.90% from 382); Green value is 142 (55.86% from 255 or 37.17% from 382); Blue value is 15 (6.25% from 255 or 3.93% from 382); Max value from RGB is 225 - color contains mainly: red. Hex color #E18E0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E18E0F is #1E71F0. Grayscale: #989898. Windows color (decimal): -1995249 or 1019617. OLE color: 1019617.

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

Color convert

RGB 225 142 15 -
CMYK 0 0.37 0.93 0.12
HSL 36.29º 0.88% 0.47% -
HSV(B) 36.29º 0.93% 0.88% -
XYZ 40.81 35.39 5.13 -
YUV 152.34 50.5 179.83 -
System Red Green Blue C M Y K H S L
Decimal 225 142 15 0 0.37 0.93 0.12 36.29 0.88 0.47
Hex E1 8E F 0 25 5D C 24 58 2F
Octal 341 216 17 0 45 135 14 44 130 57
Binary 11100001 10001110 1111 0 100101 1011101 1100 100100 1011000 101111

Color Harmonies of #E18E0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18E0F

Black with #E18E0F

Text Example


Text Example

White with #E18E0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18E0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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