Html Css Color HEX #ED6A58 Terra Cotta

📋 copy color: '#ED6A58'

red 237 ◦ green 106 ◦ blue 88

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

Shades of Terra Cotta #ED6A58

Tints of Terra Cotta #ED6A58

RGB

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

 GREEN value IS 106 (41.8% from 255) = 24.59%

 BLUE value IS 88 (34.77% from 255) = 20.42%

R = 54.99%
G = 24.59%
B = 20.42%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.63

 K value IS 0.07

RGB Variations

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

Color information

#ED6A58 (or 0xED6A58) is known color: Terra Cotta. HEX triplet: ED, 6A and 58. RGB value is (237,106,88). Sum of RGB (Red+Green+Blue) = 237+106+88=431 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.99% from 431); Green value is 106 (41.80% from 255 or 24.59% from 431); Blue value is 88 (34.77% from 255 or 20.42% from 431); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6A58 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED6A58 is #1295A7. Grayscale: #8F8F8F. Windows color (decimal): -1217960 or 5794541. OLE color: 5794541.

HSL color Cylindrical-coordinate representation of color #ED6A58: hue angle of 7.25º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ED6A58 is Cyan = 0, Magento = 0.55, Yellow = 0.63 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 106 88 -
CMYK 0 0.55 0.63 0.07
HSL 7.25º 0.81% 0.64% -
HSV(B) 7.25º 0.63% 0.93% -
XYZ 41.84 29.02 12.63 -
YUV 143.12 96.9 194.96 -
System Red Green Blue C M Y K H S L
Decimal 237 106 88 0 0.55 0.63 0.07 7.25 0.81 0.64
Hex ED 6A 58 0 37 3F 7 7 51 40
Octal 355 152 130 0 67 77 7 7 121 100
Binary 11101101 1101010 1011000 0 110111 111111 111 111 1010001 1000000

Color Harmonies of #ED6A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6A58

Black with #ED6A58

Text Example


Text Example

White with #ED6A58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6A58; }

 p { color: rgb(237,106,88); }

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

background-color css

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

 a { background-color: rgb(237,106,88); }

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

border-color css

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

 span { border-color: rgb(237,106,88); }

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