#EE863E

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

Shades of Flamenco #EE863E

Tints of Flamenco #EE863E

Color information

#EE863E (or 0xEE863E) is unknown color: approx Flamenco. HEX triplet: EE, 86 and 3E. RGB value is (238,134,62). Sum of RGB (Red+Green+Blue) = 238+134+62=434 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.84% from 434); Green value is 134 (52.73% from 255 or 30.88% from 434); Blue value is 62 (24.61% from 255 or 14.29% from 434); Max value from RGB is 238 - color contains mainly: red. Hex color #EE863E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE863E is #1179C1. Grayscale: #9D9D9D. Windows color (decimal): -1145282 or 4097774. OLE color: 4097774.

HSL color Cylindrical-coordinate representation of color #EE863E: hue angle of 24.55º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EE863E is Cyan = 0, Magento = 0.44, Yellow = 0.74 and Black (K on CMYK) = 0.07.

Color convert

RGB23813462-
CMYK00.440.740.07
HSL24.55º83.81%58.82%-
HSV(B)24.55º73.95%93.33%-
XYZ44.6535.589.07-
YUV156.8974.46185.85-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 54.84%
GREEN value IS 134 (52.73% from 255) = 30.88%
BLUE value IS 62 (24.61% from 255) = 14.29%
R=54.84%
G=30.88%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.74
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381346200.440.740.0724.5583.8158.82
HexEE863E02C4A719543b
Octal3562067605411273112473
Binary111011101000011011111001011001001010111110011010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE863E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE863E; }

 p { color: rgb(238,134,62); }

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

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

 a { background-color: rgb(238,134,62); }

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

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

 span { border-color: rgb(238,134,62); }

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