Html Css Color HEX #ED7466 Terra Cotta

📋 copy color: '#ED7466'

red 237 ◦ green 116 ◦ blue 102

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

Shades of Terra Cotta #ED7466

Tints of Terra Cotta #ED7466

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25.49%

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

R = 52.09%
G = 25.49%
B = 22.42%

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

#ED7466 (or 0xED7466) is known color: Terra Cotta. HEX triplet: ED, 74 and 66. RGB value is (237,116,102). Sum of RGB (Red+Green+Blue) = 237+116+102=455 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.09% from 455); Green value is 116 (45.70% from 255 or 25.49% from 455); Blue value is 102 (40.23% from 255 or 22.42% from 455); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7466 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7466 is #128B99. Grayscale: #969696. Windows color (decimal): -1215386 or 6714605. OLE color: 6714605.

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

Color convert

RGB 237 116 102 -
CMYK 0 0.51 0.57 0.07
HSL 6.22º 0.79% 0.66% -
HSV(B) 6.22º 0.57% 0.93% -
XYZ 43.57 31.45 16.35 -
YUV 150.58 100.59 189.64 -
System Red Green Blue C M Y K H S L
Decimal 237 116 102 0 0.51 0.57 0.07 6.22 0.79 0.66
Hex ED 74 66 0 33 39 7 6 4F 42
Octal 355 164 146 0 63 71 7 6 117 102
Binary 11101101 1110100 1100110 0 110011 111001 111 110 1001111 1000010

Color Harmonies of #ED7466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7466

Black with #ED7466

Text Example


Text Example

White with #ED7466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7466; }

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

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

background-color css

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

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

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

border-color css

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

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

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