Html Css Color HEX #ED7366 Terra Cotta

📋 copy color: '#ED7366'

red 237 ◦ green 115 ◦ blue 102

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

Shades of Terra Cotta #ED7366

Tints of Terra Cotta #ED7366

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.33%

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

R = 52.2%
G = 25.33%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#ED7366 (or 0xED7366) is known color: Terra Cotta. HEX triplet: ED, 73 and 66. RGB value is (237,115,102). Sum of RGB (Red+Green+Blue) = 237+115+102=454 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.20% from 454); Green value is 115 (45.31% from 255 or 25.33% from 454); Blue value is 102 (40.23% from 255 or 22.47% from 454); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7366 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7366 is #128C99. Grayscale: #969696. Windows color (decimal): -1215642 or 6714349. OLE color: 6714349.

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

Color convert

RGB 237 115 102 -
CMYK 0 0.51 0.57 0.07
HSL 5.78º 0.79% 0.66% -
HSV(B) 5.78º 0.57% 0.93% -
XYZ 43.45 31.23 16.31 -
YUV 150 100.92 190.06 -
System Red Green Blue C M Y K H S L
Decimal 237 115 102 0 0.51 0.57 0.07 5.78 0.79 0.66
Hex ED 73 66 0 33 39 7 6 4F 42
Octal 355 163 146 0 63 71 7 6 117 102
Binary 11101101 1110011 1100110 0 110011 111001 111 110 1001111 1000010

Color Harmonies of #ED7366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7366

Black with #ED7366

Text Example


Text Example

White with #ED7366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7366; }

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

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

background-color css

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

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

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

border-color css

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

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

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