Html Css Color HEX #ED765C Terra Cotta

📋 copy color: '#ED765C'

red 237 ◦ green 118 ◦ blue 92

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

Shades of Terra Cotta #ED765C

Tints of Terra Cotta #ED765C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 26.4%

 BLUE value IS 92 (36.33% from 255) = 20.58%

R = 53.02%
G = 26.4%
B = 20.58%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#ED765C (or 0xED765C) is known color: Terra Cotta. HEX triplet: ED, 76 and 5C. RGB value is (237,118,92). Sum of RGB (Red+Green+Blue) = 237+118+92=447 (59% of max value = 765). Red value is 237 (92.97% from 255 or 53.02% from 447); Green value is 118 (46.48% from 255 or 26.40% from 447); Blue value is 92 (36.33% from 255 or 20.58% from 447); Max value from RGB is 237 - color contains mainly: red. Hex color #ED765C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED765C is #1289A3. Grayscale: #969696. Windows color (decimal): -1214884 or 6059757. OLE color: 6059757.

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

Color convert

RGB 237 118 92 -
CMYK 0 0.50 0.61 0.07
HSL 10.76º 0.8% 0.65% -
HSV(B) 10.76º 0.61% 0.93% -
XYZ 43.34 31.73 13.97 -
YUV 150.62 94.92 189.61 -
System Red Green Blue C M Y K H S L
Decimal 237 118 92 0 0.50 0.61 0.07 10.76 0.8 0.65
Hex ED 76 5C 0 32 3D 7 B 50 41
Octal 355 166 134 0 62 75 7 13 120 101
Binary 11101101 1110110 1011100 0 110010 111101 111 1011 1010000 1000001

Color Harmonies of #ED765C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED765C

Black with #ED765C

Text Example


Text Example

White with #ED765C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED765C; }

 p { color: rgb(237,118,92); }

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

background-color css

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

 a { background-color: rgb(237,118,92); }

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

border-color css

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

 span { border-color: rgb(237,118,92); }

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