Html Css Color HEX #EF645F Bittersweet

📋 copy color: '#EF645F'

red 239 ◦ green 100 ◦ blue 95

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

Shades of Bittersweet #EF645F

Tints of Bittersweet #EF645F

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.04%

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

R = 55.07%
G = 23.04%
B = 21.89%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.60

 K value IS 0.06

RGB Variations

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

Color information

#EF645F (or 0xEF645F) is known color: Bittersweet. HEX triplet: EF, 64 and 5F. RGB value is (239,100,95). Sum of RGB (Red+Green+Blue) = 239+100+95=434 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.07% from 434); Green value is 100 (39.45% from 255 or 23.04% from 434); Blue value is 95 (37.5% from 255 or 21.89% from 434); Max value from RGB is 239 - color contains mainly: red. Hex color #EF645F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF645F is #109BA0. Grayscale: #8D8D8D. Windows color (decimal): -1088417 or 6251759. OLE color: 6251759.

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

Color convert

RGB 239 100 95 -
CMYK 0 0.58 0.60 0.06
HSL 2.08º 0.82% 0.65% -
HSV(B) 2.08º 0.6% 0.94% -
XYZ 42.22 28.29 14.06 -
YUV 140.99 102.05 197.91 -
System Red Green Blue C M Y K H S L
Decimal 239 100 95 0 0.58 0.60 0.06 2.08 0.82 0.65
Hex EF 64 5F 0 3A 3C 6 2 52 41
Octal 357 144 137 0 72 74 6 2 122 101
Binary 11101111 1100100 1011111 0 111010 111100 110 10 1010010 1000001

Color Harmonies of #EF645F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF645F

Black with #EF645F

Text Example


Text Example

White with #EF645F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF645F; }

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

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

background-color css

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

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

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

border-color css

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

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

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