Html Css Color HEX #EF685A Bittersweet

📋 copy color: '#EF685A'

red 239 ◦ green 104 ◦ blue 90

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

Shades of Bittersweet #EF685A

Tints of Bittersweet #EF685A

RGB

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

 GREEN value IS 104 (41.02% from 255) = 24.02%

 BLUE value IS 90 (35.55% from 255) = 20.79%

R = 55.2%
G = 24.02%
B = 20.79%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#EF685A (or 0xEF685A) is known color: Bittersweet. HEX triplet: EF, 68 and 5A. RGB value is (239,104,90). Sum of RGB (Red+Green+Blue) = 239+104+90=433 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.20% from 433); Green value is 104 (41.02% from 255 or 24.02% from 433); Blue value is 90 (35.55% from 255 or 20.79% from 433); Max value from RGB is 239 - color contains mainly: red. Hex color #EF685A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF685A is #1097A5. Grayscale: #8E8E8E. Windows color (decimal): -1087398 or 5925103. OLE color: 5925103.

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

Color convert

RGB 239 104 90 -
CMYK 0 0.56 0.62 0.06
HSL 5.64º 0.82% 0.65% -
HSV(B) 5.64º 0.62% 0.94% -
XYZ 42.39 28.99 13.03 -
YUV 142.77 98.23 196.64 -
System Red Green Blue C M Y K H S L
Decimal 239 104 90 0 0.56 0.62 0.06 5.64 0.82 0.65
Hex EF 68 5A 0 38 3E 6 6 52 41
Octal 357 150 132 0 70 76 6 6 122 101
Binary 11101111 1101000 1011010 0 111000 111110 110 110 1010010 1000001

Color Harmonies of #EF685A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF685A

Black with #EF685A

Text Example


Text Example

White with #EF685A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF685A; }

 p { color: rgb(239,104,90); }

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

background-color css

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

 a { background-color: rgb(239,104,90); }

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

border-color css

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

 span { border-color: rgb(239,104,90); }

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