Html Css Color HEX #E17D5A Terra Cotta

📋 copy color: '#E17D5A'

red 225 ◦ green 125 ◦ blue 90

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

Shades of Terra Cotta #E17D5A

Tints of Terra Cotta #E17D5A

RGB

 RED value IS 225 (88.28% from 255) = 51.14%

 GREEN value IS 125 (49.22% from 255) = 28.41%

 BLUE value IS 90 (35.55% from 255) = 20.45%

R = 51.14%
G = 28.41%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.60

 K value IS 0.12

RGB Variations

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

Color information

#E17D5A (or 0xE17D5A) is known color: Terra Cotta. HEX triplet: E1, 7D and 5A. RGB value is (225,125,90). Sum of RGB (Red+Green+Blue) = 225+125+90=440 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.14% from 440); Green value is 125 (49.22% from 255 or 28.41% from 440); Blue value is 90 (35.55% from 255 or 20.45% from 440); Max value from RGB is 225 - color contains mainly: red. Hex color #E17D5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E17D5A is #1E82A5. Grayscale: #979797. Windows color (decimal): -1999526 or 5930465. OLE color: 5930465.

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

Color convert

RGB 225 125 90 -
CMYK 0 0.44 0.60 0.12
HSL 15.56º 0.69% 0.62% -
HSV(B) 15.56º 0.6% 0.88% -
XYZ 40.23 31.41 13.62 -
YUV 150.91 93.63 180.85 -
System Red Green Blue C M Y K H S L
Decimal 225 125 90 0 0.44 0.60 0.12 15.56 0.69 0.62
Hex E1 7D 5A 0 2C 3C C 10 45 3E
Octal 341 175 132 0 54 74 14 20 105 76
Binary 11100001 1111101 1011010 0 101100 111100 1100 10000 1000101 111110

Color Harmonies of #E17D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17D5A

Black with #E17D5A

Text Example


Text Example

White with #E17D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17D5A; }

 p { color: rgb(225,125,90); }

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

background-color css

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

 a { background-color: rgb(225,125,90); }

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

border-color css

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

 span { border-color: rgb(225,125,90); }

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