Html Css Color HEX #EF665A Bittersweet

📋 copy color: '#EF665A'

red 239 ◦ green 102 ◦ blue 90

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

Shades of Bittersweet #EF665A

Tints of Bittersweet #EF665A

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 value IS 0

 M value IS 0.57

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#EF665A (or 0xEF665A) is known color: 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

RGB 239 102 90 -
CMYK 0 0.57 0.62 0.06
HSL 4.83º 0.82% 0.65% -
HSV(B) 4.83º 0.62% 0.94% -
XYZ 42.19 28.59 12.97 -
YUV 141.6 98.89 197.48 -
System Red Green Blue C M Y K H S L
Decimal 239 102 90 0 0.57 0.62 0.06 4.83 0.82 0.65
Hex EF 66 5A 0 39 3E 6 5 52 41
Octal 357 146 132 0 71 76 6 5 122 101
Binary 11101111 1100110 1011010 0 111001 111110 110 101 1010010 1000001

Color Harmonies of #EF665A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF665A

Black with #EF665A

Text Example


Text Example

White with #EF665A

Text Example


Text Example

HTML Codes & Css Web 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>