Html Css Color HEX #ED735E Terra Cotta

📋 copy color: '#ED735E'

red 237 ◦ green 115 ◦ blue 94

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

Shades of Terra Cotta #ED735E

Tints of Terra Cotta #ED735E

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.78%

 BLUE value IS 94 (37.11% from 255) = 21.08%

R = 53.14%
G = 25.78%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#ED735E (or 0xED735E) is known color: Terra Cotta. HEX triplet: ED, 73 and 5E. RGB value is (237,115,94). Sum of RGB (Red+Green+Blue) = 237+115+94=446 (59% of max value = 765). Red value is 237 (92.97% from 255 or 53.14% from 446); Green value is 115 (45.31% from 255 or 25.78% from 446); Blue value is 94 (37.11% from 255 or 21.08% from 446); Max value from RGB is 237 - color contains mainly: red. Hex color #ED735E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED735E is #128CA1. Grayscale: #959595. Windows color (decimal): -1215650 or 6190061. OLE color: 6190061.

HSL color Cylindrical-coordinate representation of color #ED735E: hue angle of 8.81º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ED735E is Cyan = 0, Magento = 0.51, Yellow = 0.60 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 115 94 -
CMYK 0 0.51 0.60 0.07
HSL 8.81º 0.8% 0.65% -
HSV(B) 8.81º 0.6% 0.93% -
XYZ 43.08 31.07 14.32 -
YUV 149.08 96.92 190.71 -
System Red Green Blue C M Y K H S L
Decimal 237 115 94 0 0.51 0.60 0.07 8.81 0.8 0.65
Hex ED 73 5E 0 33 3C 7 9 50 41
Octal 355 163 136 0 63 74 7 11 120 101
Binary 11101101 1110011 1011110 0 110011 111100 111 1001 1010000 1000001

Color Harmonies of #ED735E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED735E

Black with #ED735E

Text Example


Text Example

White with #ED735E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED735E; }

 p { color: rgb(237,115,94); }

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

background-color css

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

 a { background-color: rgb(237,115,94); }

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

border-color css

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

 span { border-color: rgb(237,115,94); }

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