Html Css Color HEX #E88F0E Gamboge

📋 copy color: '#E88F0E'

red 232 ◦ green 143 ◦ blue 14

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

Shades of Gamboge #E88F0E

Tints of Gamboge #E88F0E

RGB

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

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

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

R = 59.64%
G = 36.76%
B = 3.6%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.94

 K value IS 0.09

RGB Variations

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

Color information

#E88F0E (or 0xE88F0E) is known color: Gamboge. HEX triplet: E8, 8F and 0E. RGB value is (232,143,14). Sum of RGB (Red+Green+Blue) = 232+143+14=389 (51% of max value = 765). Red value is 232 (91.02% from 255 or 59.64% from 389); Green value is 143 (56.25% from 255 or 36.76% from 389); Blue value is 14 (5.86% from 255 or 3.60% from 389); Max value from RGB is 232 - color contains mainly: red. Hex color #E88F0E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E88F0E is #1770F1. Grayscale: #9B9B9B. Windows color (decimal): -1536242 or 954344. OLE color: 954344.

HSL color Cylindrical-coordinate representation of color #E88F0E: hue angle of 35.5º 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 #E88F0E is Cyan = 0, Magento = 0.38, Yellow = 0.94 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 143 14 -
CMYK 0 0.38 0.94 0.09
HSL 35.5º 0.89% 0.48% -
HSV(B) 35.5º 0.94% 0.91% -
XYZ 43.18 36.83 5.25 -
YUV 154.91 48.49 182.99 -
System Red Green Blue C M Y K H S L
Decimal 232 143 14 0 0.38 0.94 0.09 35.5 0.89 0.48
Hex E8 8F E 0 26 5E 9 24 59 30
Octal 350 217 16 0 46 136 11 44 131 60
Binary 11101000 10001111 1110 0 100110 1011110 1001 100100 1011001 110000

Color Harmonies of #E88F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E88F0E

Black with #E88F0E

Text Example


Text Example

White with #E88F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E88F0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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