Html Css Color HEX #ED7965 Terra Cotta

📋 copy color: '#ED7965'

red 237 ◦ green 121 ◦ blue 101

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

Shades of Terra Cotta #ED7965

Tints of Terra Cotta #ED7965

RGB

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

 GREEN value IS 121 (47.66% from 255) = 26.36%

 BLUE value IS 101 (39.84% from 255) = 22%

R = 51.63%
G = 26.36%
B = 22%

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

#ED7965 (or 0xED7965) is known color: Terra Cotta. HEX triplet: ED, 79 and 65. RGB value is (237,121,101). Sum of RGB (Red+Green+Blue) = 237+121+101=459 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.63% from 459); Green value is 121 (47.66% from 255 or 26.36% from 459); Blue value is 101 (39.84% from 255 or 22.00% from 459); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7965 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7965 is #12869A. Grayscale: #999999. Windows color (decimal): -1214107 or 6650349. OLE color: 6650349.

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

Color convert

RGB 237 121 101 -
CMYK 0 0.49 0.57 0.07
HSL 8.82º 0.79% 0.66% -
HSV(B) 8.82º 0.57% 0.93% -
XYZ 44.11 32.62 16.28 -
YUV 153.4 98.43 187.63 -
System Red Green Blue C M Y K H S L
Decimal 237 121 101 0 0.49 0.57 0.07 8.82 0.79 0.66
Hex ED 79 65 0 31 39 7 9 4F 42
Octal 355 171 145 0 61 71 7 11 117 102
Binary 11101101 1111001 1100101 0 110001 111001 111 1001 1001111 1000010

Color Harmonies of #ED7965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7965

Black with #ED7965

Text Example


Text Example

White with #ED7965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7965; }

 p { color: rgb(237,121,101); }

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

background-color css

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

 a { background-color: rgb(237,121,101); }

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

border-color css

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

 span { border-color: rgb(237,121,101); }

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