Html Css Color HEX #ED6761 Bittersweet

📋 copy color: '#ED6761'

red 237 ◦ green 103 ◦ blue 97

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

Shades of Bittersweet #ED6761

Tints of Bittersweet #ED6761

RGB

 RED value IS 237 (92.97% from 255) = 54.23%

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

 BLUE value IS 97 (38.28% from 255) = 22.2%

R = 54.23%
G = 23.57%
B = 22.2%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#ED6761 (or 0xED6761) is known color: Bittersweet. HEX triplet: ED, 67 and 61. RGB value is (237,103,97). Sum of RGB (Red+Green+Blue) = 237+103+97=437 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.23% from 437); Green value is 103 (40.62% from 255 or 23.57% from 437); Blue value is 97 (38.28% from 255 or 22.20% from 437); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6761 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED6761 is #12989E. Grayscale: #8E8E8E. Windows color (decimal): -1218719 or 6383597. OLE color: 6383597.

HSL color Cylindrical-coordinate representation of color #ED6761: hue angle of 2.57º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ED6761 is Cyan = 0, Magento = 0.57, Yellow = 0.59 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 103 97 -
CMYK 0 0.57 0.59 0.07
HSL 2.57º 0.8% 0.65% -
HSV(B) 2.57º 0.59% 0.93% -
XYZ 41.93 28.57 14.61 -
YUV 142.38 102.39 195.49 -
System Red Green Blue C M Y K H S L
Decimal 237 103 97 0 0.57 0.59 0.07 2.57 0.8 0.65
Hex ED 67 61 0 39 3B 7 3 50 41
Octal 355 147 141 0 71 73 7 3 120 101
Binary 11101101 1100111 1100001 0 111001 111011 111 11 1010000 1000001

Color Harmonies of #ED6761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6761

Black with #ED6761

Text Example


Text Example

White with #ED6761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6761; }

 p { color: rgb(237,103,97); }

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

background-color css

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

 a { background-color: rgb(237,103,97); }

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

border-color css

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

 span { border-color: rgb(237,103,97); }

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