#EF695A

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

Shades of Bittersweet #EF695A

Tints of Bittersweet #EF695A

Color information

#EF695A (or 0xEF695A) is unknown color: approx Bittersweet. HEX triplet: EF, 69 and 5A. RGB value is (239,105,90). Sum of RGB (Red+Green+Blue) = 239+105+90=434 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.07% from 434); Green value is 105 (41.41% from 255 or 24.19% from 434); Blue value is 90 (35.55% from 255 or 20.74% from 434); Max value from RGB is 239 - color contains mainly: red. Hex color #EF695A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF695A is #1096A5. Grayscale: #8F8F8F. Windows color (decimal): -1087142 or 5925359. OLE color: 5925359.

HSL color Cylindrical-coordinate representation of color #EF695A: hue angle of 6.04º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EF695A is Cyan = 0, Magento = 0.56, Yellow = 0.62 and Black (K on CMYK) = 0.06.

Color convert

RGB23910590-
CMYK00.560.620.06
HSL6.04º82.32%64.51%-
HSV(B)6.04º62.34%93.73%-
XYZ42.4929.1913.07-
YUV143.3697.89196.22-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 55.07%
GREEN value IS 105 (41.41% from 255) = 24.19%
BLUE value IS 90 (35.55% from 255) = 20.74%
R=55.07%
G=24.19%
B=20.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.62
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391059000.560.620.066.0482.3264.51
HexEF695A0383E665241
Octal3571511320707666122101
Binary1110111111010011011010011100011111011011010100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF695A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF695A; }

 p { color: rgb(239,105,90); }

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

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

 a { background-color: rgb(239,105,90); }

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

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

 span { border-color: rgb(239,105,90); }

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