Html Css Color HEX #ED7564 Terra Cotta

📋 copy color: '#ED7564'

red 237 ◦ green 117 ◦ blue 100

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

Shades of Terra Cotta #ED7564

Tints of Terra Cotta #ED7564

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.77%

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

R = 52.2%
G = 25.77%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#ED7564 (or 0xED7564) is known color: Terra Cotta. HEX triplet: ED, 75 and 64. RGB value is (237,117,100). Sum of RGB (Red+Green+Blue) = 237+117+100=454 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.20% from 454); Green value is 117 (46.09% from 255 or 25.77% from 454); Blue value is 100 (39.45% from 255 or 22.03% from 454); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7564 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7564 is #128A9B. Grayscale: #979797. Windows color (decimal): -1215132 or 6583789. OLE color: 6583789.

HSL color Cylindrical-coordinate representation of color #ED7564: hue angle of 7.45º 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 #ED7564 is Cyan = 0, Magento = 0.51, Yellow = 0.58 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 117 100 -
CMYK 0 0.51 0.58 0.07
HSL 7.45º 0.79% 0.66% -
HSV(B) 7.45º 0.58% 0.93% -
XYZ 43.59 31.65 15.87 -
YUV 150.94 99.26 189.38 -
System Red Green Blue C M Y K H S L
Decimal 237 117 100 0 0.51 0.58 0.07 7.45 0.79 0.66
Hex ED 75 64 0 33 3A 7 7 4F 42
Octal 355 165 144 0 63 72 7 7 117 102
Binary 11101101 1110101 1100100 0 110011 111010 111 111 1001111 1000010

Color Harmonies of #ED7564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7564

Black with #ED7564

Text Example


Text Example

White with #ED7564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7564; }

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

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

background-color css

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

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

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

border-color css

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

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

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