Html Css Color HEX #ED725A Terra Cotta

📋 copy color: '#ED725A'

red 237 ◦ green 114 ◦ blue 90

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

Shades of Terra Cotta #ED725A

Tints of Terra Cotta #ED725A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 20.41%

R = 53.74%
G = 25.85%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#ED725A (or 0xED725A) is known color: Terra Cotta. HEX triplet: ED, 72 and 5A. RGB value is (237,114,90). Sum of RGB (Red+Green+Blue) = 237+114+90=441 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.74% from 441); Green value is 114 (44.92% from 255 or 25.85% from 441); Blue value is 90 (35.55% from 255 or 20.41% from 441); Max value from RGB is 237 - color contains mainly: red. Hex color #ED725A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED725A is #128DA5. Grayscale: #949494. Windows color (decimal): -1215910 or 5927661. OLE color: 5927661.

HSL color Cylindrical-coordinate representation of color #ED725A: hue angle of 9.8º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ED725A is Cyan = 0, Magento = 0.52, Yellow = 0.62 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 114 90 -
CMYK 0 0.52 0.62 0.07
HSL 9.8º 0.8% 0.64% -
HSV(B) 9.8º 0.62% 0.93% -
XYZ 42.79 30.78 13.36 -
YUV 148.04 95.25 191.45 -
System Red Green Blue C M Y K H S L
Decimal 237 114 90 0 0.52 0.62 0.07 9.8 0.8 0.64
Hex ED 72 5A 0 34 3E 7 A 50 40
Octal 355 162 132 0 64 76 7 12 120 100
Binary 11101101 1110010 1011010 0 110100 111110 111 1010 1010000 1000000

Color Harmonies of #ED725A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED725A

Black with #ED725A

Text Example


Text Example

White with #ED725A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED725A; }

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

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

background-color css

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

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

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

border-color css

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

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

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