Html Css Color HEX #ED775C Terra Cotta

📋 copy color: '#ED775C'

red 237 ◦ green 119 ◦ blue 92

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

Shades of Terra Cotta #ED775C

Tints of Terra Cotta #ED775C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 26.56%

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

R = 52.9%
G = 26.56%
B = 20.54%

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

#ED775C (or 0xED775C) is known color: Terra Cotta. HEX triplet: ED, 77 and 5C. RGB value is (237,119,92). Sum of RGB (Red+Green+Blue) = 237+119+92=448 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.90% from 448); Green value is 119 (46.88% from 255 or 26.56% from 448); Blue value is 92 (36.33% from 255 or 20.54% from 448); Max value from RGB is 237 - color contains mainly: red. Hex color #ED775C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED775C is #1288A3. Grayscale: #979797. Windows color (decimal): -1214628 or 6060013. OLE color: 6060013.

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

Color convert

RGB 237 119 92 -
CMYK 0 0.50 0.61 0.07
HSL 11.17º 0.8% 0.65% -
HSV(B) 11.17º 0.61% 0.93% -
XYZ 43.45 31.97 14.01 -
YUV 151.2 94.59 189.2 -
System Red Green Blue C M Y K H S L
Decimal 237 119 92 0 0.50 0.61 0.07 11.17 0.8 0.65
Hex ED 77 5C 0 32 3D 7 B 50 41
Octal 355 167 134 0 62 75 7 13 120 101
Binary 11101101 1110111 1011100 0 110010 111101 111 1011 1010000 1000001

Color Harmonies of #ED775C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED775C

Black with #ED775C

Text Example


Text Example

White with #ED775C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED775C; }

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

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

background-color css

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

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

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

border-color css

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

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

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