Html Css Color HEX #EF7066 Bittersweet

📋 copy color: '#EF7066'

red 239 ◦ green 112 ◦ blue 102

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

Shades of Bittersweet #EF7066

Tints of Bittersweet #EF7066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 22.52%

R = 52.76%
G = 24.72%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.57

 K value IS 0.06

RGB Variations

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

Color information

#EF7066 (or 0xEF7066) is known color: Bittersweet. HEX triplet: EF, 70 and 66. RGB value is (239,112,102). Sum of RGB (Red+Green+Blue) = 239+112+102=453 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.76% from 453); Green value is 112 (44.14% from 255 or 24.72% from 453); Blue value is 102 (40.23% from 255 or 22.52% from 453); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7066 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7066 is #108F99. Grayscale: #959595. Windows color (decimal): -1085338 or 6713583. OLE color: 6713583.

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

Color convert

RGB 239 112 102 -
CMYK 0 0.53 0.57 0.06
HSL 4.38º 0.81% 0.67% -
HSV(B) 4.38º 0.57% 0.94% -
XYZ 43.79 30.9 16.23 -
YUV 148.83 101.58 192.31 -
System Red Green Blue C M Y K H S L
Decimal 239 112 102 0 0.53 0.57 0.06 4.38 0.81 0.67
Hex EF 70 66 0 35 39 6 4 51 43
Octal 357 160 146 0 65 71 6 4 121 103
Binary 11101111 1110000 1100110 0 110101 111001 110 100 1010001 1000011

Color Harmonies of #EF7066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7066

Black with #EF7066

Text Example


Text Example

White with #EF7066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7066; }

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

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

background-color css

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

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

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

border-color css

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

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

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