Html Css Color HEX #E17255 Terra Cotta

📋 copy color: '#E17255'

red 225 ◦ green 114 ◦ blue 85

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

Shades of Terra Cotta #E17255

Tints of Terra Cotta #E17255

RGB

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

 GREEN value IS 114 (44.92% from 255) = 26.89%

 BLUE value IS 85 (33.59% from 255) = 20.05%

R = 53.07%
G = 26.89%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.62

 K value IS 0.12

RGB Variations

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

Color information

#E17255 (or 0xE17255) is known color: Terra Cotta. HEX triplet: E1, 72 and 55. RGB value is (225,114,85). Sum of RGB (Red+Green+Blue) = 225+114+85=424 (56% of max value = 765). Red value is 225 (88.28% from 255 or 53.07% from 424); Green value is 114 (44.92% from 255 or 26.89% from 424); Blue value is 85 (33.59% from 255 or 20.05% from 424); Max value from RGB is 225 - color contains mainly: red. Hex color #E17255 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E17255 is #1E8DAA. Grayscale: #909090. Windows color (decimal): -2002347 or 5599969. OLE color: 5599969.

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

Color convert

RGB 225 114 85 -
CMYK 0 0.49 0.62 0.12
HSL 12.43º 0.7% 0.61% -
HSV(B) 12.43º 0.62% 0.88% -
XYZ 38.71 28.7 12.09 -
YUV 143.88 94.77 185.86 -
System Red Green Blue C M Y K H S L
Decimal 225 114 85 0 0.49 0.62 0.12 12.43 0.7 0.61
Hex E1 72 55 0 31 3E C C 46 3D
Octal 341 162 125 0 61 76 14 14 106 75
Binary 11100001 1110010 1010101 0 110001 111110 1100 1100 1000110 111101

Color Harmonies of #E17255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17255

Black with #E17255

Text Example


Text Example

White with #E17255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17255; }

 p { color: rgb(225,114,85); }

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

background-color css

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

 a { background-color: rgb(225,114,85); }

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

border-color css

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

 span { border-color: rgb(225,114,85); }

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