Html Css Color HEX #EF7265 Bittersweet

📋 copy color: '#EF7265'

red 239 ◦ green 114 ◦ blue 101

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

Shades of Bittersweet #EF7265

Tints of Bittersweet #EF7265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 22.25%

R = 52.64%
G = 25.11%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#EF7265 (or 0xEF7265) is known color: Bittersweet. HEX triplet: EF, 72 and 65. RGB value is (239,114,101). Sum of RGB (Red+Green+Blue) = 239+114+101=454 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.64% from 454); Green value is 114 (44.92% from 255 or 25.11% from 454); Blue value is 101 (39.84% from 255 or 22.25% from 454); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7265 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7265 is #108D9A. Grayscale: #969696. Windows color (decimal): -1084827 or 6648559. OLE color: 6648559.

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

Color convert

RGB 239 114 101 -
CMYK 0 0.52 0.58 0.06
HSL 5.65º 0.81% 0.67% -
HSV(B) 5.65º 0.58% 0.94% -
XYZ 43.96 31.32 16.04 -
YUV 149.89 100.41 191.56 -
System Red Green Blue C M Y K H S L
Decimal 239 114 101 0 0.52 0.58 0.06 5.65 0.81 0.67
Hex EF 72 65 0 34 3A 6 6 51 43
Octal 357 162 145 0 64 72 6 6 121 103
Binary 11101111 1110010 1100101 0 110100 111010 110 110 1010001 1000011

Color Harmonies of #EF7265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7265

Black with #EF7265

Text Example


Text Example

White with #EF7265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7265; }

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

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

background-color css

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

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

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

border-color css

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

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

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