Html Css Color HEX #ED7A66 Terra Cotta

📋 copy color: '#ED7A66'

red 237 ◦ green 122 ◦ blue 102

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

Shades of Terra Cotta #ED7A66

Tints of Terra Cotta #ED7A66

RGB

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

 GREEN value IS 122 (48.05% from 255) = 26.46%

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

R = 51.41%
G = 26.46%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#ED7A66 (or 0xED7A66) is known color: Terra Cotta. HEX triplet: ED, 7A and 66. RGB value is (237,122,102). Sum of RGB (Red+Green+Blue) = 237+122+102=461 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.41% from 461); Green value is 122 (48.05% from 255 or 26.46% from 461); Blue value is 102 (40.23% from 255 or 22.13% from 461); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7A66 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7A66 is #128599. Grayscale: #9A9A9A. Windows color (decimal): -1213850 or 6716141. OLE color: 6716141.

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

Color convert

RGB 237 122 102 -
CMYK 0 0.49 0.57 0.07
HSL 8.89º 0.79% 0.66% -
HSV(B) 8.89º 0.57% 0.93% -
XYZ 44.28 32.88 16.58 -
YUV 154.11 98.6 187.13 -
System Red Green Blue C M Y K H S L
Decimal 237 122 102 0 0.49 0.57 0.07 8.89 0.79 0.66
Hex ED 7A 66 0 31 39 7 9 4F 42
Octal 355 172 146 0 61 71 7 11 117 102
Binary 11101101 1111010 1100110 0 110001 111001 111 1001 1001111 1000010

Color Harmonies of #ED7A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7A66

Black with #ED7A66

Text Example


Text Example

White with #ED7A66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7A66; }

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

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

background-color css

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

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

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

border-color css

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

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

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