Html Css Color HEX #E06D53 Terra Cotta

📋 copy color: '#E06D53'

red 224 ◦ green 109 ◦ blue 83

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

Shades of Terra Cotta #E06D53

Tints of Terra Cotta #E06D53

RGB

 RED value IS 224 (87.89% from 255) = 53.85%

 GREEN value IS 109 (42.97% from 255) = 26.2%

 BLUE value IS 83 (32.81% from 255) = 19.95%

R = 53.85%
G = 26.2%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.63

 K value IS 0.12

RGB Variations

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

Color information

#E06D53 (or 0xE06D53) is known color: Terra Cotta. HEX triplet: E0, 6D and 53. RGB value is (224,109,83). Sum of RGB (Red+Green+Blue) = 224+109+83=416 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.85% from 416); Green value is 109 (42.97% from 255 or 26.20% from 416); Blue value is 83 (32.81% from 255 or 19.95% from 416); Max value from RGB is 224 - color contains mainly: red. Hex color #E06D53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06D53 is #1F92AC. Grayscale: #8C8C8C. Windows color (decimal): -2069165 or 5467616. OLE color: 5467616.

HSL color Cylindrical-coordinate representation of color #E06D53: hue angle of 11.06º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E06D53 is Cyan = 0, Magento = 0.51, Yellow = 0.63 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 109 83 -
CMYK 0 0.51 0.63 0.12
HSL 11.06º 0.69% 0.6% -
HSV(B) 11.06º 0.63% 0.88% -
XYZ 37.77 27.41 11.48 -
YUV 140.42 95.6 187.61 -
System Red Green Blue C M Y K H S L
Decimal 224 109 83 0 0.51 0.63 0.12 11.06 0.69 0.6
Hex E0 6D 53 0 33 3F C B 45 3C
Octal 340 155 123 0 63 77 14 13 105 74
Binary 11100000 1101101 1010011 0 110011 111111 1100 1011 1000101 111100

Color Harmonies of #E06D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06D53

Black with #E06D53

Text Example


Text Example

White with #E06D53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06D53; }

 p { color: rgb(224,109,83); }

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

background-color css

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

 a { background-color: rgb(224,109,83); }

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

border-color css

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

 span { border-color: rgb(224,109,83); }

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