Html Css Color HEX #ED6C62 Terra Cotta

📋 copy color: '#ED6C62'

red 237 ◦ green 108 ◦ blue 98

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

Shades of Terra Cotta #ED6C62

Tints of Terra Cotta #ED6C62

RGB

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

 GREEN value IS 108 (42.58% from 255) = 24.38%

 BLUE value IS 98 (38.67% from 255) = 22.12%

R = 53.5%
G = 24.38%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#ED6C62 (or 0xED6C62) is known color: Terra Cotta. HEX triplet: ED, 6C and 62. RGB value is (237,108,98). Sum of RGB (Red+Green+Blue) = 237+108+98=443 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.50% from 443); Green value is 108 (42.58% from 255 or 24.38% from 443); Blue value is 98 (38.67% from 255 or 22.12% from 443); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6C62 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED6C62 is #12939D. Grayscale: #919191. Windows color (decimal): -1217438 or 6450413. OLE color: 6450413.

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

Color convert

RGB 237 108 98 -
CMYK 0 0.54 0.59 0.07
HSL 4.32º 0.79% 0.66% -
HSV(B) 4.32º 0.59% 0.93% -
XYZ 42.49 29.61 15.03 -
YUV 145.43 101.24 193.31 -
System Red Green Blue C M Y K H S L
Decimal 237 108 98 0 0.54 0.59 0.07 4.32 0.79 0.66
Hex ED 6C 62 0 36 3B 7 4 4F 42
Octal 355 154 142 0 66 73 7 4 117 102
Binary 11101101 1101100 1100010 0 110110 111011 111 100 1001111 1000010

Color Harmonies of #ED6C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6C62

Black with #ED6C62

Text Example


Text Example

White with #ED6C62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6C62; }

 p { color: rgb(237,108,98); }

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

background-color css

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

 a { background-color: rgb(237,108,98); }

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

border-color css

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

 span { border-color: rgb(237,108,98); }

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