Html Css Color HEX #E88C10 Gamboge

📋 copy color: '#E88C10'

red 232 ◦ green 140 ◦ blue 16

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

Shades of Gamboge #E88C10

Tints of Gamboge #E88C10

RGB

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

 GREEN value IS 140 (55.08% from 255) = 36.08%

 BLUE value IS 16 (6.64% from 255) = 4.12%

R = 59.79%
G = 36.08%
B = 4.12%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.93

 K value IS 0.09

RGB Variations

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

Color information

#E88C10 (or 0xE88C10) is known color: Gamboge. HEX triplet: E8, 8C and 10. RGB value is (232,140,16). Sum of RGB (Red+Green+Blue) = 232+140+16=388 (51% of max value = 765). Red value is 232 (91.02% from 255 or 59.79% from 388); Green value is 140 (55.08% from 255 or 36.08% from 388); Blue value is 16 (6.64% from 255 or 4.12% from 388); Max value from RGB is 232 - color contains mainly: red. Hex color #E88C10 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E88C10 is #1773EF. Grayscale: #999999. Windows color (decimal): -1537008 or 1084648. OLE color: 1084648.

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

Color convert

RGB 232 140 16 -
CMYK 0 0.40 0.93 0.09
HSL 34.44º 0.87% 0.49% -
HSV(B) 34.44º 0.93% 0.91% -
XYZ 42.75 35.95 5.18 -
YUV 153.37 50.48 184.08 -
System Red Green Blue C M Y K H S L
Decimal 232 140 16 0 0.40 0.93 0.09 34.44 0.87 0.49
Hex E8 8C 10 0 28 5D 9 22 57 31
Octal 350 214 20 0 50 135 11 42 127 61
Binary 11101000 10001100 10000 0 101000 1011101 1001 100010 1010111 110001

Color Harmonies of #E88C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E88C10

Black with #E88C10

Text Example


Text Example

White with #E88C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E88C10; }

 p { color: rgb(232,140,16); }

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

background-color css

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

 a { background-color: rgb(232,140,16); }

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

border-color css

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

 span { border-color: rgb(232,140,16); }

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