#EE6962

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

Shades of Bittersweet #EE6962

Tints of Bittersweet #EE6962

Color information

#EE6962 (or 0xEE6962) is unknown color: approx Bittersweet. HEX triplet: EE, 69 and 62. RGB value is (238,105,98). Sum of RGB (Red+Green+Blue) = 238+105+98=441 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.97% from 441); Green value is 105 (41.41% from 255 or 23.81% from 441); Blue value is 98 (38.67% from 255 or 22.22% from 441); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6962 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6962 is #11969D. Grayscale: #909090. Windows color (decimal): -1152670 or 6449646. OLE color: 6449646.

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

Color convert

RGB23810598-
CMYK00.560.590.07
HSL80.46%65.88%-
HSV(B)58.82%93.33%-
XYZ42.5229.1614.94-
YUV143.97102.06195.07-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 53.97%
GREEN value IS 105 (41.41% from 255) = 23.81%
BLUE value IS 98 (38.67% from 255) = 22.22%
R=53.97%
G=23.81%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.59
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381059800.560.590.07380.4665.88
HexEE69620383B735042
Octal3561511420707373120102
Binary111011101101001110001001110001110111111110100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE6962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE6962; }

 p { color: rgb(238,105,98); }

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

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

 a { background-color: rgb(238,105,98); }

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

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

 span { border-color: rgb(238,105,98); }

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