Html Css Color HEX #E88F12 Gamboge

📋 copy color: '#E88F12'

red 232 ◦ green 143 ◦ blue 18

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

Shades of Gamboge #E88F12

Tints of Gamboge #E88F12

RGB

 RED value IS 232 (91.02% from 255) = 59.03%

 GREEN value IS 143 (56.25% from 255) = 36.39%

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

R = 59.03%
G = 36.39%
B = 4.58%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.92

 K value IS 0.09

RGB Variations

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

Color information

#E88F12 (or 0xE88F12) is known color: Gamboge. HEX triplet: E8, 8F and 12. RGB value is (232,143,18). Sum of RGB (Red+Green+Blue) = 232+143+18=393 (52% of max value = 765). Red value is 232 (91.02% from 255 or 59.03% from 393); Green value is 143 (56.25% from 255 or 36.39% from 393); Blue value is 18 (7.42% from 255 or 4.58% from 393); Max value from RGB is 232 - color contains mainly: red. Hex color #E88F12 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E88F12 is #1770ED. Grayscale: #9B9B9B. Windows color (decimal): -1536238 or 1216488. OLE color: 1216488.

HSL color Cylindrical-coordinate representation of color #E88F12: hue angle of 35.05º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E88F12 is Cyan = 0, Magento = 0.38, Yellow = 0.92 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 143 18 -
CMYK 0 0.38 0.92 0.09
HSL 35.05º 0.86% 0.49% -
HSV(B) 35.05º 0.92% 0.91% -
XYZ 43.21 36.84 5.41 -
YUV 155.36 50.49 182.66 -
System Red Green Blue C M Y K H S L
Decimal 232 143 18 0 0.38 0.92 0.09 35.05 0.86 0.49
Hex E8 8F 12 0 26 5C 9 23 56 31
Octal 350 217 22 0 46 134 11 43 126 61
Binary 11101000 10001111 10010 0 100110 1011100 1001 100011 1010110 110001

Color Harmonies of #E88F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E88F12

Black with #E88F12

Text Example


Text Example

White with #E88F12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E88F12; }

 p { color: rgb(232,143,18); }

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

background-color css

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

 a { background-color: rgb(232,143,18); }

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

border-color css

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

 span { border-color: rgb(232,143,18); }

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