Html Css Color HEX #E88C0E Gamboge

📋 copy color: '#E88C0E'

red 232 ◦ green 140 ◦ blue 14

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

Shades of Gamboge #E88C0E

Tints of Gamboge #E88C0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.63%

R = 60.1%
G = 36.27%
B = 3.63%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.94

 K value IS 0.09

RGB Variations

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

Color information

#E88C0E (or 0xE88C0E) is known color: Gamboge. HEX triplet: E8, 8C and 0E. RGB value is (232,140,14). Sum of RGB (Red+Green+Blue) = 232+140+14=386 (51% of max value = 765). Red value is 232 (91.02% from 255 or 60.10% from 386); Green value is 140 (55.08% from 255 or 36.27% from 386); Blue value is 14 (5.86% from 255 or 3.63% from 386); Max value from RGB is 232 - color contains mainly: red. Hex color #E88C0E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E88C0E is #1773F1. Grayscale: #999999. Windows color (decimal): -1537010 or 953576. OLE color: 953576.

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

Color convert

RGB 232 140 14 -
CMYK 0 0.40 0.94 0.09
HSL 34.68º 0.89% 0.48% -
HSV(B) 34.68º 0.94% 0.91% -
XYZ 42.74 35.94 5.1 -
YUV 153.14 49.48 184.25 -
System Red Green Blue C M Y K H S L
Decimal 232 140 14 0 0.40 0.94 0.09 34.68 0.89 0.48
Hex E8 8C E 0 28 5E 9 23 59 30
Octal 350 214 16 0 50 136 11 43 131 60
Binary 11101000 10001100 1110 0 101000 1011110 1001 100011 1011001 110000

Color Harmonies of #E88C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E88C0E

Black with #E88C0E

Text Example


Text Example

White with #E88C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E88C0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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