Html Css Color HEX #EF655D Bittersweet

📋 copy color: '#EF655D'

red 239 ◦ green 101 ◦ blue 93

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

Shades of Bittersweet #EF655D

Tints of Bittersweet #EF655D

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.33%

 BLUE value IS 93 (36.72% from 255) = 21.48%

R = 55.2%
G = 23.33%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.61

 K value IS 0.06

RGB Variations

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

Color information

#EF655D (or 0xEF655D) is known color: Bittersweet. HEX triplet: EF, 65 and 5D. RGB value is (239,101,93). Sum of RGB (Red+Green+Blue) = 239+101+93=433 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.20% from 433); Green value is 101 (39.84% from 255 or 23.33% from 433); Blue value is 93 (36.72% from 255 or 21.48% from 433); Max value from RGB is 239 - color contains mainly: red. Hex color #EF655D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF655D is #109AA2. Grayscale: #8D8D8D. Windows color (decimal): -1088163 or 6120943. OLE color: 6120943.

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

Color convert

RGB 239 101 93 -
CMYK 0 0.58 0.61 0.06
HSL 3.29º 0.82% 0.65% -
HSV(B) 3.29º 0.61% 0.94% -
XYZ 42.23 28.45 13.62 -
YUV 141.35 100.72 197.65 -
System Red Green Blue C M Y K H S L
Decimal 239 101 93 0 0.58 0.61 0.06 3.29 0.82 0.65
Hex EF 65 5D 0 3A 3D 6 3 52 41
Octal 357 145 135 0 72 75 6 3 122 101
Binary 11101111 1100101 1011101 0 111010 111101 110 11 1010010 1000001

Color Harmonies of #EF655D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF655D

Black with #EF655D

Text Example


Text Example

White with #EF655D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF655D; }

 p { color: rgb(239,101,93); }

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

background-color css

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

 a { background-color: rgb(239,101,93); }

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

border-color css

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

 span { border-color: rgb(239,101,93); }

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