Html Css Color HEX #EF695A Bittersweet

📋 copy color: '#EF695A'

red 239 ◦ green 105 ◦ blue 90

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

Shades of Bittersweet #EF695A

Tints of Bittersweet #EF695A

RGB

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

 GREEN value IS 105 (41.41% from 255) = 24.19%

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

R = 55.07%
G = 24.19%
B = 20.74%

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

#EF695A (or 0xEF695A) is known color: Bittersweet. HEX triplet: EF, 69 and 5A. RGB value is (239,105,90). Sum of RGB (Red+Green+Blue) = 239+105+90=434 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.07% from 434); Green value is 105 (41.41% from 255 or 24.19% from 434); Blue value is 90 (35.55% from 255 or 20.74% from 434); Max value from RGB is 239 - color contains mainly: red. Hex color #EF695A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF695A is #1096A5. Grayscale: #8F8F8F. Windows color (decimal): -1087142 or 5925359. OLE color: 5925359.

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

Color convert

RGB 239 105 90 -
CMYK 0 0.56 0.62 0.06
HSL 6.04º 0.82% 0.65% -
HSV(B) 6.04º 0.62% 0.94% -
XYZ 42.49 29.19 13.07 -
YUV 143.36 97.89 196.22 -
System Red Green Blue C M Y K H S L
Decimal 239 105 90 0 0.56 0.62 0.06 6.04 0.82 0.65
Hex EF 69 5A 0 38 3E 6 6 52 41
Octal 357 151 132 0 70 76 6 6 122 101
Binary 11101111 1101001 1011010 0 111000 111110 110 110 1010010 1000001

Color Harmonies of #EF695A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF695A

Black with #EF695A

Text Example


Text Example

White with #EF695A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF695A; }

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

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

background-color css

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

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

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

border-color css

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

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

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