Html Css Color HEX #ED6F5D Terra Cotta

📋 copy color: '#ED6F5D'

red 237 ◦ green 111 ◦ blue 93

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

Shades of Terra Cotta #ED6F5D

Tints of Terra Cotta #ED6F5D

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.17%

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

R = 53.74%
G = 25.17%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#ED6F5D (or 0xED6F5D) is known color: Terra Cotta. HEX triplet: ED, 6F and 5D. RGB value is (237,111,93). Sum of RGB (Red+Green+Blue) = 237+111+93=441 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.74% from 441); Green value is 111 (43.75% from 255 or 25.17% from 441); Blue value is 93 (36.72% from 255 or 21.09% from 441); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6F5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED6F5D is #1290A2. Grayscale: #929292. Windows color (decimal): -1216675 or 6123501. OLE color: 6123501.

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

Color convert

RGB 237 111 93 -
CMYK 0 0.53 0.61 0.07
HSL 7.5º 0.8% 0.65% -
HSV(B) 7.5º 0.61% 0.93% -
XYZ 42.59 30.16 13.93 -
YUV 146.62 97.74 192.46 -
System Red Green Blue C M Y K H S L
Decimal 237 111 93 0 0.53 0.61 0.07 7.5 0.8 0.65
Hex ED 6F 5D 0 35 3D 7 8 50 41
Octal 355 157 135 0 65 75 7 10 120 101
Binary 11101101 1101111 1011101 0 110101 111101 111 1000 1010000 1000001

Color Harmonies of #ED6F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6F5D

Black with #ED6F5D

Text Example


Text Example

White with #ED6F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6F5D; }

 p { color: rgb(237,111,93); }

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

background-color css

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

 a { background-color: rgb(237,111,93); }

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

border-color css

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

 span { border-color: rgb(237,111,93); }

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