Html Css Color HEX #E1705A Terra Cotta

📋 copy color: '#E1705A'

red 225 ◦ green 112 ◦ blue 90

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

Shades of Terra Cotta #E1705A

Tints of Terra Cotta #E1705A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.23%

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

R = 52.69%
G = 26.23%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.60

 K value IS 0.12

RGB Variations

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

Color information

#E1705A (or 0xE1705A) is known color: Terra Cotta. HEX triplet: E1, 70 and 5A. RGB value is (225,112,90). Sum of RGB (Red+Green+Blue) = 225+112+90=427 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.69% from 427); Green value is 112 (44.14% from 255 or 26.23% from 427); Blue value is 90 (35.55% from 255 or 21.08% from 427); Max value from RGB is 225 - color contains mainly: red. Hex color #E1705A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1705A is #1E8FA5. Grayscale: #8F8F8F. Windows color (decimal): -2002854 or 5927137. OLE color: 5927137.

HSL color Cylindrical-coordinate representation of color #E1705A: hue angle of 9.78º 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 #E1705A is Cyan = 0, Magento = 0.50, Yellow = 0.60 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 112 90 -
CMYK 0 0.50 0.60 0.12
HSL 9.78º 0.69% 0.62% -
HSV(B) 9.78º 0.6% 0.88% -
XYZ 38.69 28.33 13.1 -
YUV 143.28 97.94 186.29 -
System Red Green Blue C M Y K H S L
Decimal 225 112 90 0 0.50 0.60 0.12 9.78 0.69 0.62
Hex E1 70 5A 0 32 3C C A 45 3E
Octal 341 160 132 0 62 74 14 12 105 76
Binary 11100001 1110000 1011010 0 110010 111100 1100 1010 1000101 111110

Color Harmonies of #E1705A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1705A

Black with #E1705A

Text Example


Text Example

White with #E1705A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1705A; }

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

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

background-color css

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

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

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

border-color css

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

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

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