Html Css Color HEX #EF675E Bittersweet

📋 copy color: '#EF675E'

red 239 ◦ green 103 ◦ blue 94

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

Shades of Bittersweet #EF675E

Tints of Bittersweet #EF675E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 21.56%

R = 54.82%
G = 23.62%
B = 21.56%

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

#EF675E (or 0xEF675E) is known color: Bittersweet. HEX triplet: EF, 67 and 5E. RGB value is (239,103,94). Sum of RGB (Red+Green+Blue) = 239+103+94=436 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.82% from 436); Green value is 103 (40.62% from 255 or 23.62% from 436); Blue value is 94 (37.11% from 255 or 21.56% from 436); Max value from RGB is 239 - color contains mainly: red. Hex color #EF675E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF675E is #1098A1. Grayscale: #8E8E8E. Windows color (decimal): -1087650 or 6186991. OLE color: 6186991.

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

Color convert

RGB 239 103 94 -
CMYK 0 0.57 0.61 0.06
HSL 3.72º 0.82% 0.65% -
HSV(B) 3.72º 0.61% 0.94% -
XYZ 42.47 28.86 13.92 -
YUV 142.64 100.56 196.73 -
System Red Green Blue C M Y K H S L
Decimal 239 103 94 0 0.57 0.61 0.06 3.72 0.82 0.65
Hex EF 67 5E 0 39 3D 6 4 52 41
Octal 357 147 136 0 71 75 6 4 122 101
Binary 11101111 1100111 1011110 0 111001 111101 110 100 1010010 1000001

Color Harmonies of #EF675E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF675E

Black with #EF675E

Text Example


Text Example

White with #EF675E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF675E; }

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

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

background-color css

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

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

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

border-color css

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

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

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