Html Css Color HEX #EF685B Bittersweet

📋 copy color: '#EF685B'

red 239 ◦ green 104 ◦ blue 91

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

Shades of Bittersweet #EF685B

Tints of Bittersweet #EF685B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 20.97%

R = 55.07%
G = 23.96%
B = 20.97%

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

#EF685B (or 0xEF685B) is known color: Bittersweet. HEX triplet: EF, 68 and 5B. RGB value is (239,104,91). Sum of RGB (Red+Green+Blue) = 239+104+91=434 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.07% from 434); Green value is 104 (41.02% from 255 or 23.96% from 434); Blue value is 91 (35.94% from 255 or 20.97% from 434); Max value from RGB is 239 - color contains mainly: red. Hex color #EF685B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF685B is #1097A4. Grayscale: #8F8F8F. Windows color (decimal): -1087397 or 5990639. OLE color: 5990639.

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

Color convert

RGB 239 104 91 -
CMYK 0 0.56 0.62 0.06
HSL 5.27º 0.82% 0.65% -
HSV(B) 5.27º 0.62% 0.94% -
XYZ 42.44 29.01 13.26 -
YUV 142.88 98.73 196.56 -
System Red Green Blue C M Y K H S L
Decimal 239 104 91 0 0.56 0.62 0.06 5.27 0.82 0.65
Hex EF 68 5B 0 38 3E 6 5 52 41
Octal 357 150 133 0 70 76 6 5 122 101
Binary 11101111 1101000 1011011 0 111000 111110 110 101 1010010 1000001

Color Harmonies of #EF685B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF685B

Black with #EF685B

Text Example


Text Example

White with #EF685B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF685B; }

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

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

background-color css

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

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

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

border-color css

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

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

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