Html Css Color HEX #EE665D Bittersweet

📋 copy color: '#EE665D'

red 238 ◦ green 102 ◦ blue 93

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

Shades of Bittersweet #EE665D

Tints of Bittersweet #EE665D

RGB

 RED value IS 238 (93.36% from 255) = 54.97%

 GREEN value IS 102 (40.23% from 255) = 23.56%

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

R = 54.97%
G = 23.56%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EE665D (or 0xEE665D) is known color: Bittersweet. HEX triplet: EE, 66 and 5D. RGB value is (238,102,93). Sum of RGB (Red+Green+Blue) = 238+102+93=433 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.97% from 433); Green value is 102 (40.23% from 255 or 23.56% from 433); Blue value is 93 (36.72% from 255 or 21.48% from 433); Max value from RGB is 238 - color contains mainly: red. Hex color #EE665D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE665D is #1199A2. Grayscale: #8D8D8D. Windows color (decimal): -1153443 or 6121198. OLE color: 6121198.

HSL color Cylindrical-coordinate representation of color #EE665D: hue angle of 3.72º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EE665D is Cyan = 0, Magento = 0.57, Yellow = 0.61 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 102 93 -
CMYK 0 0.57 0.61 0.07
HSL 3.72º 0.81% 0.65% -
HSV(B) 3.72º 0.61% 0.93% -
XYZ 41.99 28.47 13.64 -
YUV 141.64 100.56 196.73 -
System Red Green Blue C M Y K H S L
Decimal 238 102 93 0 0.57 0.61 0.07 3.72 0.81 0.65
Hex EE 66 5D 0 39 3D 7 4 51 41
Octal 356 146 135 0 71 75 7 4 121 101
Binary 11101110 1100110 1011101 0 111001 111101 111 100 1010001 1000001

Color Harmonies of #EE665D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE665D

Black with #EE665D

Text Example


Text Example

White with #EE665D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE665D; }

 p { color: rgb(238,102,93); }

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

background-color css

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

 a { background-color: rgb(238,102,93); }

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

border-color css

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

 span { border-color: rgb(238,102,93); }

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