Html Css Color HEX #EF605F Bittersweet

📋 copy color: '#EF605F'

red 239 ◦ green 96 ◦ blue 95

#EF605F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bittersweet #EF605F

Tints of Bittersweet #EF605F

RGB

 RED value IS 239 (93.75% from 255) = 55.58%

 GREEN value IS 96 (37.89% from 255) = 22.33%

 BLUE value IS 95 (37.5% from 255) = 22.09%

R = 55.58%
G = 22.33%
B = 22.09%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.60

 K value IS 0.06

RGB Variations

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

Color information

#EF605F (or 0xEF605F) is known color: Bittersweet. HEX triplet: EF, 60 and 5F. RGB value is (239,96,95). Sum of RGB (Red+Green+Blue) = 239+96+95=430 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.58% from 430); Green value is 96 (37.89% from 255 or 22.33% from 430); Blue value is 95 (37.5% from 255 or 22.09% from 430); Max value from RGB is 239 - color contains mainly: red. Hex color #EF605F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF605F is #109FA0. Grayscale: #8A8A8A. Windows color (decimal): -1089441 or 6250735. OLE color: 6250735.

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

Color convert

RGB 239 96 95 -
CMYK 0 0.60 0.60 0.06
HSL 0.42º 0.82% 0.65% -
HSV(B) 0.42º 0.6% 0.94% -
XYZ 41.85 27.54 13.94 -
YUV 138.64 103.38 199.58 -
System Red Green Blue C M Y K H S L
Decimal 239 96 95 0 0.60 0.60 0.06 0.42 0.82 0.65
Hex EF 60 5F 0 3C 3C 6 0 52 41
Octal 357 140 137 0 74 74 6 0 122 101
Binary 11101111 1100000 1011111 0 111100 111100 110 0 1010010 1000001

Color Harmonies of #EF605F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF605F

Black with #EF605F

Text Example


Text Example

White with #EF605F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF605F; }

 p { color: rgb(239,96,95); }

 H1.HeaderClassName
 {
   color: #EF605F;
 }
 .AnyTagClassName
 {
   color: #EF605F;
 }
</style>

background-color css

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

 a { background-color: rgb(239,96,95); }

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

border-color css

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

 span { border-color: rgb(239,96,95); }

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