Html Css Color HEX #EF7063 Bittersweet

📋 copy color: '#EF7063'

red 239 ◦ green 112 ◦ blue 99

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

Shades of Bittersweet #EF7063

Tints of Bittersweet #EF7063

RGB

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

 GREEN value IS 112 (44.14% from 255) = 24.89%

 BLUE value IS 99 (39.06% from 255) = 22%

R = 53.11%
G = 24.89%
B = 22%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.59

 K value IS 0.06

RGB Variations

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

Color information

#EF7063 (or 0xEF7063) is known color: Bittersweet. HEX triplet: EF, 70 and 63. RGB value is (239,112,99). Sum of RGB (Red+Green+Blue) = 239+112+99=450 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.11% from 450); Green value is 112 (44.14% from 255 or 24.89% from 450); Blue value is 99 (39.06% from 255 or 22% from 450); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7063 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7063 is #108F9C. Grayscale: #949494. Windows color (decimal): -1085341 or 6516975. OLE color: 6516975.

HSL color Cylindrical-coordinate representation of color #EF7063: hue angle of 5.57º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EF7063 is Cyan = 0, Magento = 0.53, Yellow = 0.59 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 112 99 -
CMYK 0 0.53 0.59 0.06
HSL 5.57º 0.81% 0.66% -
HSV(B) 5.57º 0.59% 0.94% -
XYZ 43.64 30.84 15.46 -
YUV 148.49 100.08 192.56 -
System Red Green Blue C M Y K H S L
Decimal 239 112 99 0 0.53 0.59 0.06 5.57 0.81 0.66
Hex EF 70 63 0 35 3B 6 6 51 42
Octal 357 160 143 0 65 73 6 6 121 102
Binary 11101111 1110000 1100011 0 110101 111011 110 110 1010001 1000010

Color Harmonies of #EF7063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7063

Black with #EF7063

Text Example


Text Example

White with #EF7063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7063; }

 p { color: rgb(239,112,99); }

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

background-color css

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

 a { background-color: rgb(239,112,99); }

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

border-color css

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

 span { border-color: rgb(239,112,99); }

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