Html Css Color HEX #ED775E Terra Cotta

📋 copy color: '#ED775E'

red 237 ◦ green 119 ◦ blue 94

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

Shades of Terra Cotta #ED775E

Tints of Terra Cotta #ED775E

RGB

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

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

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

R = 52.67%
G = 26.44%
B = 20.89%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#ED775E (or 0xED775E) is known color: Terra Cotta. HEX triplet: ED, 77 and 5E. RGB value is (237,119,94). Sum of RGB (Red+Green+Blue) = 237+119+94=450 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.67% from 450); Green value is 119 (46.88% from 255 or 26.44% from 450); Blue value is 94 (37.11% from 255 or 20.89% from 450); Max value from RGB is 237 - color contains mainly: red. Hex color #ED775E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED775E is #1288A1. Grayscale: #979797. Windows color (decimal): -1214626 or 6191085. OLE color: 6191085.

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

Color convert

RGB 237 119 94 -
CMYK 0 0.50 0.60 0.07
HSL 10.49º 0.8% 0.65% -
HSV(B) 10.49º 0.6% 0.93% -
XYZ 43.54 32.01 14.47 -
YUV 151.43 95.59 189.03 -
System Red Green Blue C M Y K H S L
Decimal 237 119 94 0 0.50 0.60 0.07 10.49 0.8 0.65
Hex ED 77 5E 0 32 3C 7 A 50 41
Octal 355 167 136 0 62 74 7 12 120 101
Binary 11101101 1110111 1011110 0 110010 111100 111 1010 1010000 1000001

Color Harmonies of #ED775E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED775E

Black with #ED775E

Text Example


Text Example

White with #ED775E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED775E; }

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

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

background-color css

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

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

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

border-color css

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

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

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