Html Css Color HEX #ED7265 Terra Cotta

📋 copy color: '#ED7265'

red 237 ◦ green 114 ◦ blue 101

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

Shades of Terra Cotta #ED7265

Tints of Terra Cotta #ED7265

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.22%

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

R = 52.43%
G = 25.22%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#ED7265 (or 0xED7265) is known color: Terra Cotta. HEX triplet: ED, 72 and 65. RGB value is (237,114,101). Sum of RGB (Red+Green+Blue) = 237+114+101=452 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.43% from 452); Green value is 114 (44.92% from 255 or 25.22% from 452); Blue value is 101 (39.84% from 255 or 22.35% from 452); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7265 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7265 is #128D9A. Grayscale: #959595. Windows color (decimal): -1215899 or 6648557. OLE color: 6648557.

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

Color convert

RGB 237 114 101 -
CMYK 0 0.52 0.57 0.07
HSL 5.74º 0.79% 0.66% -
HSV(B) 5.74º 0.57% 0.93% -
XYZ 43.29 30.98 16.01 -
YUV 149.3 100.75 190.56 -
System Red Green Blue C M Y K H S L
Decimal 237 114 101 0 0.52 0.57 0.07 5.74 0.79 0.66
Hex ED 72 65 0 34 39 7 6 4F 42
Octal 355 162 145 0 64 71 7 6 117 102
Binary 11101101 1110010 1100101 0 110100 111001 111 110 1001111 1000010

Color Harmonies of #ED7265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7265

Black with #ED7265

Text Example


Text Example

White with #ED7265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7265; }

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

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

background-color css

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

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

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

border-color css

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

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

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