#88700E

Color #88700E Yukon Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yukon Gold #88700E

Tints of Yukon Gold #88700E

Color information

#88700E (or 0x88700E) is unknown color: approx Yukon Gold. HEX triplet: 88, 70 and 0E. RGB value is (136,112,14). Sum of RGB (Red+Green+Blue) = 136+112+14=262 (34% of max value = 765). Red value is 136 (53.52% from 255 or 51.91% from 262); Green value is 112 (44.14% from 255 or 42.75% from 262); Blue value is 14 (5.86% from 255 or 5.34% from 262); Max value from RGB is 136 - color contains mainly: red. Hex color #88700E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #88700E is #778FF1. Grayscale: #6C6C6C. Windows color (decimal): -7835634 or 946312. OLE color: 946312.

HSL color Cylindrical-coordinate representation of color #88700E: hue angle of 48.2º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #88700E is Cyan = 0, Magento = 0.18, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB13611214-
CMYK00.180.900.47
HSL48.2º81.33%29.41%-
HSV(B)48.2º89.71%53.33%-
XYZ16.0316.852.82-
YUV10874.95147.97-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 51.91%
GREEN value IS 112 (44.14% from 255) = 42.75%
BLUE value IS 14 (5.86% from 255) = 5.34%
R=51.91%
G=42.75%
B=5.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.90
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361121400.180.900.4748.281.3329.41
Hex8870E0125A2F30511d
Octal21016016022132576012135
Binary10001000111000011100100101011010101111110000101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88700E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88700E; }

 p { color: rgb(136,112,14); }

 H1.HeaderClassName
 {
   color: #88700E;
 }
 .AnyTagClassName
 {
   color: #88700E;
 }
</style>
background-color css

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

 a { background-color: rgb(136,112,14); }

 div.DivClassName
 {
   background-color: #88700E;
 }
 .BgClassName
 {
   background-color: #88700E;
 }
</style>
border-color css

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

 span { border-color: rgb(136,112,14); }

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