#E68B4F

Color #E68B4F Flamenco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flamenco #E68B4F

Tints of Flamenco #E68B4F

Color information

#E68B4F (or 0xE68B4F) is unknown color: approx Flamenco. HEX triplet: E6, 8B and 4F. RGB value is (230,139,79). Sum of RGB (Red+Green+Blue) = 230+139+79=448 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.34% from 448); Green value is 139 (54.69% from 255 or 31.03% from 448); Blue value is 79 (31.25% from 255 or 17.63% from 448); Max value from RGB is 230 - color contains mainly: red. Hex color #E68B4F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68B4F is #1974B0. Grayscale: #9F9F9F. Windows color (decimal): -1668273 or 5213158. OLE color: 5213158.

HSL color Cylindrical-coordinate representation of color #E68B4F: hue angle of 23.84º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E68B4F is Cyan = 0, Magento = 0.40, Yellow = 0.66 and Black (K on CMYK) = 0.10.

Color convert

RGB23013979-
CMYK00.400.660.10
HSL23.84º75.12%60.59%-
HSV(B)23.84º65.65%90.2%-
XYZ43.2835.8512.04-
YUV159.3782.65178.38-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 51.34%
GREEN value IS 139 (54.69% from 255) = 31.03%
BLUE value IS 79 (31.25% from 255) = 17.63%
R=51.34%
G=31.03%
B=17.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.66
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301397900.400.660.1023.8475.1260.59
HexE68B4F02842A184b3d
Octal346213117050102123011375
Binary11100110100010111001111010100010000101010110001001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E68B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E68B4F; }

 p { color: rgb(230,139,79); }

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

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

 a { background-color: rgb(230,139,79); }

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

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

 span { border-color: rgb(230,139,79); }

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