Html Css Color HEX #ED8064 Terra Cotta

📋 copy color: '#ED8064'

red 237 ◦ green 128 ◦ blue 100

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

Shades of Terra Cotta #ED8064

Tints of Terra Cotta #ED8064

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.53%

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

R = 50.97%
G = 27.53%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#ED8064 (or 0xED8064) is known color: Terra Cotta. HEX triplet: ED, 80 and 64. RGB value is (237,128,100). Sum of RGB (Red+Green+Blue) = 237+128+100=465 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.97% from 465); Green value is 128 (50.39% from 255 or 27.53% from 465); Blue value is 100 (39.45% from 255 or 21.51% from 465); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8064 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8064 is #127F9B. Grayscale: #9D9D9D. Windows color (decimal): -1212316 or 6586605. OLE color: 6586605.

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

Color convert

RGB 237 128 100 -
CMYK 0 0.46 0.58 0.07
HSL 12.26º 0.79% 0.66% -
HSV(B) 12.26º 0.58% 0.93% -
XYZ 44.94 34.36 16.32 -
YUV 157.4 95.61 184.78 -
System Red Green Blue C M Y K H S L
Decimal 237 128 100 0 0.46 0.58 0.07 12.26 0.79 0.66
Hex ED 80 64 0 2E 3A 7 C 4F 42
Octal 355 200 144 0 56 72 7 14 117 102
Binary 11101101 10000000 1100100 0 101110 111010 111 1100 1001111 1000010

Color Harmonies of #ED8064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8064

Black with #ED8064

Text Example


Text Example

White with #ED8064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8064; }

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

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

background-color css

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

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

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

border-color css

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

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

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