Html Css Color HEX #E06D54 Terra Cotta

📋 copy color: '#E06D54'

red 224 ◦ green 109 ◦ blue 84

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

Shades of Terra Cotta #E06D54

Tints of Terra Cotta #E06D54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 20.14%

R = 53.72%
G = 26.14%
B = 20.14%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.62

 K value IS 0.12

RGB Variations

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

Color information

#E06D54 (or 0xE06D54) is known color: Terra Cotta. HEX triplet: E0, 6D and 54. RGB value is (224,109,84). Sum of RGB (Red+Green+Blue) = 224+109+84=417 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.72% from 417); Green value is 109 (42.97% from 255 or 26.14% from 417); Blue value is 84 (33.20% from 255 or 20.14% from 417); Max value from RGB is 224 - color contains mainly: red. Hex color #E06D54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06D54 is #1F92AB. Grayscale: #8C8C8C. Windows color (decimal): -2069164 or 5533152. OLE color: 5533152.

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

Color convert

RGB 224 109 84 -
CMYK 0 0.51 0.62 0.12
HSL 10.71º 0.69% 0.6% -
HSV(B) 10.71º 0.63% 0.88% -
XYZ 37.81 27.42 11.69 -
YUV 140.54 96.1 187.53 -
System Red Green Blue C M Y K H S L
Decimal 224 109 84 0 0.51 0.62 0.12 10.71 0.69 0.6
Hex E0 6D 54 0 33 3E C B 45 3C
Octal 340 155 124 0 63 76 14 13 105 74
Binary 11100000 1101101 1010100 0 110011 111110 1100 1011 1000101 111100

Color Harmonies of #E06D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06D54

Black with #E06D54

Text Example


Text Example

White with #E06D54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06D54; }

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

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

background-color css

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

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

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

border-color css

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

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

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