Html Css Color HEX #ED7C66 Terra Cotta

📋 copy color: '#ED7C66'

red 237 ◦ green 124 ◦ blue 102

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

Shades of Terra Cotta #ED7C66

Tints of Terra Cotta #ED7C66

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26.78%

 BLUE value IS 102 (40.23% from 255) = 22.03%

R = 51.19%
G = 26.78%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#ED7C66 (or 0xED7C66) is known color: Terra Cotta. HEX triplet: ED, 7C and 66. RGB value is (237,124,102). Sum of RGB (Red+Green+Blue) = 237+124+102=463 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.19% from 463); Green value is 124 (48.83% from 255 or 26.78% from 463); Blue value is 102 (40.23% from 255 or 22.03% from 463); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7C66 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7C66 is #128399. Grayscale: #9B9B9B. Windows color (decimal): -1213338 or 6716653. OLE color: 6716653.

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

Color convert

RGB 237 124 102 -
CMYK 0 0.48 0.57 0.07
HSL 9.78º 0.79% 0.66% -
HSV(B) 9.78º 0.57% 0.93% -
XYZ 44.53 33.38 16.67 -
YUV 155.28 97.94 186.29 -
System Red Green Blue C M Y K H S L
Decimal 237 124 102 0 0.48 0.57 0.07 9.78 0.79 0.66
Hex ED 7C 66 0 30 39 7 A 4F 42
Octal 355 174 146 0 60 71 7 12 117 102
Binary 11101101 1111100 1100110 0 110000 111001 111 1010 1001111 1000010

Color Harmonies of #ED7C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7C66

Black with #ED7C66

Text Example


Text Example

White with #ED7C66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7C66; }

 p { color: rgb(237,124,102); }

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

background-color css

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

 a { background-color: rgb(237,124,102); }

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

border-color css

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

 span { border-color: rgb(237,124,102); }

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