#EF665A

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

Shades of Bittersweet #EF665A

Tints of Bittersweet #EF665A

Color information

#EF665A (or 0xEF665A) is unknown color: approx Bittersweet. HEX triplet: EF, 66 and 5A. RGB value is (239,102,90). Sum of RGB (Red+Green+Blue) = 239+102+90=431 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.45% from 431); Green value is 102 (40.23% from 255 or 23.67% from 431); Blue value is 90 (35.55% from 255 or 20.88% from 431); Max value from RGB is 239 - color contains mainly: red. Hex color #EF665A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF665A is #1099A5. Grayscale: #8D8D8D. Windows color (decimal): -1087910 or 5924591. OLE color: 5924591.

HSL color Cylindrical-coordinate representation of color #EF665A: hue angle of 4.83º 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 #EF665A is Cyan = 0, Magento = 0.57, Yellow = 0.62 and Black (K on CMYK) = 0.06.

Color convert

RGB23910290-
CMYK00.570.620.06
HSL4.83º82.32%64.51%-
HSV(B)4.83º62.34%93.73%-
XYZ42.1928.5912.97-
YUV141.5998.89197.48-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 55.45%
GREEN value IS 102 (40.23% from 255) = 23.67%
BLUE value IS 90 (35.55% from 255) = 20.88%
R=55.45%
G=23.67%
B=20.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.62
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391029000.570.620.064.8382.3264.51
HexEF665A0393E655241
Octal3571461320717665122101
Binary1110111111001101011010011100111111011010110100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF665A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF665A; }

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

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

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

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

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

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

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

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