Html Css Color HEX #ED6764 Bittersweet

📋 copy color: '#ED6764'

red 237 ◦ green 103 ◦ blue 100

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

Shades of Bittersweet #ED6764

Tints of Bittersweet #ED6764

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 22.73%

R = 53.86%
G = 23.41%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#ED6764 (or 0xED6764) is known color: Bittersweet. HEX triplet: ED, 67 and 64. RGB value is (237,103,100). Sum of RGB (Red+Green+Blue) = 237+103+100=440 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.86% from 440); Green value is 103 (40.62% from 255 or 23.41% from 440); Blue value is 100 (39.45% from 255 or 22.73% from 440); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6764 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED6764 is #12989B. Grayscale: #8E8E8E. Windows color (decimal): -1218716 or 6580205. OLE color: 6580205.

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

Color convert

RGB 237 103 100 -
CMYK 0 0.57 0.58 0.07
HSL 1.31º 0.79% 0.66% -
HSV(B) 1.31º 0.58% 0.93% -
XYZ 42.08 28.63 15.36 -
YUV 142.72 103.89 195.24 -
System Red Green Blue C M Y K H S L
Decimal 237 103 100 0 0.57 0.58 0.07 1.31 0.79 0.66
Hex ED 67 64 0 39 3A 7 1 4F 42
Octal 355 147 144 0 71 72 7 1 117 102
Binary 11101101 1100111 1100100 0 111001 111010 111 1 1001111 1000010

Color Harmonies of #ED6764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6764

Black with #ED6764

Text Example


Text Example

White with #ED6764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6764; }

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

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

background-color css

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

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

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

border-color css

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

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

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