Html Css Color HEX #EF7266 Bittersweet

📋 copy color: '#EF7266'

red 239 ◦ green 114 ◦ blue 102

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

Shades of Bittersweet #EF7266

Tints of Bittersweet #EF7266

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.05%

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

R = 52.53%
G = 25.05%
B = 22.42%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.57

 K value IS 0.06

RGB Variations

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

Color information

#EF7266 (or 0xEF7266) is known color: Bittersweet. HEX triplet: EF, 72 and 66. RGB value is (239,114,102). Sum of RGB (Red+Green+Blue) = 239+114+102=455 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.53% from 455); Green value is 114 (44.92% from 255 or 25.05% from 455); Blue value is 102 (40.23% from 255 or 22.42% from 455); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7266 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7266 is #108D99. Grayscale: #969696. Windows color (decimal): -1084826 or 6714095. OLE color: 6714095.

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

Color convert

RGB 239 114 102 -
CMYK 0 0.52 0.57 0.06
HSL 5.26º 0.81% 0.67% -
HSV(B) 5.26º 0.57% 0.94% -
XYZ 44.01 31.34 16.3 -
YUV 150.01 100.91 191.48 -
System Red Green Blue C M Y K H S L
Decimal 239 114 102 0 0.52 0.57 0.06 5.26 0.81 0.67
Hex EF 72 66 0 34 39 6 5 51 43
Octal 357 162 146 0 64 71 6 5 121 103
Binary 11101111 1110010 1100110 0 110100 111001 110 101 1010001 1000011

Color Harmonies of #EF7266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7266

Black with #EF7266

Text Example


Text Example

White with #EF7266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7266; }

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

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

background-color css

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

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

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

border-color css

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

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

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