Html Css Color HEX #E18E0A Gamboge

📋 copy color: '#E18E0A'

red 225 ◦ green 142 ◦ blue 10

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

Shades of Gamboge #E18E0A

Tints of Gamboge #E18E0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.65%

R = 59.68%
G = 37.67%
B = 2.65%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.96

 K value IS 0.12

RGB Variations

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

Color information

#E18E0A (or 0xE18E0A) is known color: Gamboge. HEX triplet: E1, 8E and 0A. RGB value is (225,142,10). Sum of RGB (Red+Green+Blue) = 225+142+10=377 (49% of max value = 765). Red value is 225 (88.28% from 255 or 59.68% from 377); Green value is 142 (55.86% from 255 or 37.67% from 377); Blue value is 10 (4.30% from 255 or 2.65% from 377); Max value from RGB is 225 - color contains mainly: red. Hex color #E18E0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E18E0A is #1E71F5. Grayscale: #989898. Windows color (decimal): -1995254 or 691937. OLE color: 691937.

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

Color convert

RGB 225 142 10 -
CMYK 0 0.37 0.96 0.12
HSL 36.84º 0.91% 0.46% -
HSV(B) 36.84º 0.96% 0.88% -
XYZ 40.78 35.38 4.97 -
YUV 151.77 48 180.23 -
System Red Green Blue C M Y K H S L
Decimal 225 142 10 0 0.37 0.96 0.12 36.84 0.91 0.46
Hex E1 8E A 0 25 60 C 25 5B 2E
Octal 341 216 12 0 45 140 14 45 133 56
Binary 11100001 10001110 1010 0 100101 1100000 1100 100101 1011011 101110

Color Harmonies of #E18E0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18E0A

Black with #E18E0A

Text Example


Text Example

White with #E18E0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18E0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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