Html Css Color HEX #ED735A Terra Cotta

📋 copy color: '#ED735A'

red 237 ◦ green 115 ◦ blue 90

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

Shades of Terra Cotta #ED735A

Tints of Terra Cotta #ED735A

RGB

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

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

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

R = 53.62%
G = 26.02%
B = 20.36%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#ED735A (or 0xED735A) is known color: Terra Cotta. HEX triplet: ED, 73 and 5A. RGB value is (237,115,90). Sum of RGB (Red+Green+Blue) = 237+115+90=442 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.62% from 442); Green value is 115 (45.31% from 255 or 26.02% from 442); Blue value is 90 (35.55% from 255 or 20.36% from 442); Max value from RGB is 237 - color contains mainly: red. Hex color #ED735A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED735A is #128CA5. Grayscale: #949494. Windows color (decimal): -1215654 or 5927917. OLE color: 5927917.

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

Color convert

RGB 237 115 90 -
CMYK 0 0.51 0.62 0.07
HSL 10.2º 0.8% 0.64% -
HSV(B) 10.2º 0.62% 0.93% -
XYZ 42.9 31 13.4 -
YUV 148.63 94.92 191.03 -
System Red Green Blue C M Y K H S L
Decimal 237 115 90 0 0.51 0.62 0.07 10.2 0.8 0.64
Hex ED 73 5A 0 33 3E 7 A 50 40
Octal 355 163 132 0 63 76 7 12 120 100
Binary 11101101 1110011 1011010 0 110011 111110 111 1010 1010000 1000000

Color Harmonies of #ED735A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED735A

Black with #ED735A

Text Example


Text Example

White with #ED735A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED735A; }

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

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

background-color css

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

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

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

border-color css

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

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

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