Html Css Color HEX #ED7C64 Terra Cotta

📋 copy color: '#ED7C64'

red 237 ◦ green 124 ◦ blue 100

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

Shades of Terra Cotta #ED7C64

Tints of Terra Cotta #ED7C64

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26.9%

 BLUE value IS 100 (39.45% from 255) = 21.69%

R = 51.41%
G = 26.9%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#ED7C64 (or 0xED7C64) is known color: Terra Cotta. HEX triplet: ED, 7C and 64. RGB value is (237,124,100). Sum of RGB (Red+Green+Blue) = 237+124+100=461 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.41% from 461); Green value is 124 (48.83% from 255 or 26.90% from 461); Blue value is 100 (39.45% from 255 or 21.69% from 461); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7C64 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7C64 is #12839B. Grayscale: #9B9B9B. Windows color (decimal): -1213340 or 6585581. OLE color: 6585581.

HSL color Cylindrical-coordinate representation of color #ED7C64: hue angle of 10.51º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ED7C64 is Cyan = 0, Magento = 0.48, Yellow = 0.58 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 124 100 -
CMYK 0 0.48 0.58 0.07
HSL 10.51º 0.79% 0.66% -
HSV(B) 10.51º 0.58% 0.93% -
XYZ 44.43 33.34 16.15 -
YUV 155.05 96.94 186.45 -
System Red Green Blue C M Y K H S L
Decimal 237 124 100 0 0.48 0.58 0.07 10.51 0.79 0.66
Hex ED 7C 64 0 30 3A 7 B 4F 42
Octal 355 174 144 0 60 72 7 13 117 102
Binary 11101101 1111100 1100100 0 110000 111010 111 1011 1001111 1000010

Color Harmonies of #ED7C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7C64

Black with #ED7C64

Text Example


Text Example

White with #ED7C64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7C64; }

 p { color: rgb(237,124,100); }

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

background-color css

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

 a { background-color: rgb(237,124,100); }

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

border-color css

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

 span { border-color: rgb(237,124,100); }

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