Html Css Color HEX #ED7066 Terra Cotta

📋 copy color: '#ED7066'

red 237 ◦ green 112 ◦ blue 102

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

Shades of Terra Cotta #ED7066

Tints of Terra Cotta #ED7066

RGB

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

 GREEN value IS 112 (44.14% from 255) = 24.83%

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

R = 52.55%
G = 24.83%
B = 22.62%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#ED7066 (or 0xED7066) is known color: Terra Cotta. HEX triplet: ED, 70 and 66. RGB value is (237,112,102). Sum of RGB (Red+Green+Blue) = 237+112+102=451 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.55% from 451); Green value is 112 (44.14% from 255 or 24.83% from 451); Blue value is 102 (40.23% from 255 or 22.62% from 451); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7066 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7066 is #128F99. Grayscale: #949494. Windows color (decimal): -1216410 or 6713581. OLE color: 6713581.

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

Color convert

RGB 237 112 102 -
CMYK 0 0.53 0.57 0.07
HSL 4.44º 0.79% 0.66% -
HSV(B) 4.44º 0.57% 0.93% -
XYZ 43.12 30.55 16.19 -
YUV 148.24 101.91 191.31 -
System Red Green Blue C M Y K H S L
Decimal 237 112 102 0 0.53 0.57 0.07 4.44 0.79 0.66
Hex ED 70 66 0 35 39 7 4 4F 42
Octal 355 160 146 0 65 71 7 4 117 102
Binary 11101101 1110000 1100110 0 110101 111001 111 100 1001111 1000010

Color Harmonies of #ED7066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7066

Black with #ED7066

Text Example


Text Example

White with #ED7066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7066; }

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

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

background-color css

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

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

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

border-color css

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

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

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