#EE6F65

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

Shades of Bittersweet #EE6F65

Tints of Bittersweet #EE6F65

Color information

#EE6F65 (or 0xEE6F65) is unknown color: approx Bittersweet. HEX triplet: EE, 6F and 65. RGB value is (238,111,101). Sum of RGB (Red+Green+Blue) = 238+111+101=450 (59% of max value = 765). Red value is 238 (93.36% from 255 or 52.89% from 450); Green value is 111 (43.75% from 255 or 24.67% from 450); Blue value is 101 (39.84% from 255 or 22.44% from 450); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6F65 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6F65 is #11909A. Grayscale: #949494. Windows color (decimal): -1151131 or 6647790. OLE color: 6647790.

HSL color Cylindrical-coordinate representation of color #EE6F65: hue angle of 4.38º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EE6F65 is Cyan = 0, Magento = 0.53, Yellow = 0.58 and Black (K on CMYK) = 0.07.

Color convert

RGB238111101-
CMYK00.530.580.07
HSL4.38º80.12%66.47%-
HSV(B)4.38º57.56%93.33%-
XYZ43.2930.4915.91-
YUV147.83101.58192.31-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 52.89%
GREEN value IS 111 (43.75% from 255) = 24.67%
BLUE value IS 101 (39.84% from 255) = 22.44%
R=52.89%
G=24.67%
B=22.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.58
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23811110100.530.580.074.3880.1266.47
HexEE6F650353A745042
Octal3561571450657274120102
Binary1110111011011111100101011010111101011110010100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE6F65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE6F65; }

 p { color: rgb(238,111,101); }

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

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

 a { background-color: rgb(238,111,101); }

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

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

 span { border-color: rgb(238,111,101); }

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