Html Css Color HEX #E18912 Gamboge

📋 copy color: '#E18912'

red 225 ◦ green 137 ◦ blue 18

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

Shades of Gamboge #E18912

Tints of Gamboge #E18912

RGB

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

 GREEN value IS 137 (53.91% from 255) = 36.05%

 BLUE value IS 18 (7.42% from 255) = 4.74%

R = 59.21%
G = 36.05%
B = 4.74%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#E18912 (or 0xE18912) is known color: Gamboge. HEX triplet: E1, 89 and 12. RGB value is (225,137,18). Sum of RGB (Red+Green+Blue) = 225+137+18=380 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.21% from 380); Green value is 137 (53.91% from 255 or 36.05% from 380); Blue value is 18 (7.42% from 255 or 4.74% from 380); Max value from RGB is 225 - color contains mainly: red. Hex color #E18912 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E18912 is #1E76ED. Grayscale: #969696. Windows color (decimal): -1996526 or 1214945. OLE color: 1214945.

HSL color Cylindrical-coordinate representation of color #E18912: hue angle of 34.49º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E18912 is Cyan = 0, Magento = 0.39, Yellow = 0.92 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 137 18 -
CMYK 0 0.39 0.92 0.12
HSL 34.49º 0.85% 0.48% -
HSV(B) 34.49º 0.92% 0.88% -
XYZ 40.11 33.94 5.01 -
YUV 149.75 53.65 181.68 -
System Red Green Blue C M Y K H S L
Decimal 225 137 18 0 0.39 0.92 0.12 34.49 0.85 0.48
Hex E1 89 12 0 27 5C C 22 55 30
Octal 341 211 22 0 47 134 14 42 125 60
Binary 11100001 10001001 10010 0 100111 1011100 1100 100010 1010101 110000

Color Harmonies of #E18912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18912

Black with #E18912

Text Example


Text Example

White with #E18912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18912; }

 p { color: rgb(225,137,18); }

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

background-color css

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

 a { background-color: rgb(225,137,18); }

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

border-color css

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

 span { border-color: rgb(225,137,18); }

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