Html Css Color HEX #EF675D Bittersweet

📋 copy color: '#EF675D'

red 239 ◦ green 103 ◦ blue 93

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

Shades of Bittersweet #EF675D

Tints of Bittersweet #EF675D

RGB

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

 GREEN value IS 103 (40.63% from 255) = 23.68%

 BLUE value IS 93 (36.72% from 255) = 21.38%

R = 54.94%
G = 23.68%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.61

 K value IS 0.06

RGB Variations

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

Color information

#EF675D (or 0xEF675D) is known color: Bittersweet. HEX triplet: EF, 67 and 5D. RGB value is (239,103,93). Sum of RGB (Red+Green+Blue) = 239+103+93=435 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.94% from 435); Green value is 103 (40.62% from 255 or 23.68% from 435); Blue value is 93 (36.72% from 255 or 21.38% from 435); Max value from RGB is 239 - color contains mainly: red. Hex color #EF675D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF675D is #1098A2. Grayscale: #8E8E8E. Windows color (decimal): -1087651 or 6121455. OLE color: 6121455.

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

Color convert

RGB 239 103 93 -
CMYK 0 0.57 0.61 0.06
HSL 4.11º 0.82% 0.65% -
HSV(B) 4.11º 0.61% 0.94% -
XYZ 42.42 28.84 13.69 -
YUV 142.52 100.06 196.81 -
System Red Green Blue C M Y K H S L
Decimal 239 103 93 0 0.57 0.61 0.06 4.11 0.82 0.65
Hex EF 67 5D 0 39 3D 6 4 52 41
Octal 357 147 135 0 71 75 6 4 122 101
Binary 11101111 1100111 1011101 0 111001 111101 110 100 1010010 1000001

Color Harmonies of #EF675D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF675D

Black with #EF675D

Text Example


Text Example

White with #EF675D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF675D; }

 p { color: rgb(239,103,93); }

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

background-color css

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

 a { background-color: rgb(239,103,93); }

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

border-color css

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

 span { border-color: rgb(239,103,93); }

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