Html Css Color HEX #E47255 Terra Cotta

📋 copy color: '#E47255'

red 228 ◦ green 114 ◦ blue 85

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

Shades of Terra Cotta #E47255

Tints of Terra Cotta #E47255

RGB

 RED value IS 228 (89.45% from 255) = 53.4%

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

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

R = 53.4%
G = 26.7%
B = 19.91%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.63

 K value IS 0.11

RGB Variations

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

Color information

#E47255 (or 0xE47255) is known color: Terra Cotta. HEX triplet: E4, 72 and 55. RGB value is (228,114,85). Sum of RGB (Red+Green+Blue) = 228+114+85=427 (56% of max value = 765). Red value is 228 (89.45% from 255 or 53.40% from 427); Green value is 114 (44.92% from 255 or 26.70% from 427); Blue value is 85 (33.59% from 255 or 19.91% from 427); Max value from RGB is 228 - color contains mainly: red. Hex color #E47255 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E47255 is #1B8DAA. Grayscale: #919191. Windows color (decimal): -1805739 or 5599972. OLE color: 5599972.

HSL color Cylindrical-coordinate representation of color #E47255: hue angle of 12.17º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E47255 is Cyan = 0, Magento = 0.50, Yellow = 0.63 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 114 85 -
CMYK 0 0.50 0.63 0.11
HSL 12.17º 0.73% 0.61% -
HSV(B) 12.17º 0.63% 0.89% -
XYZ 39.65 29.18 12.14 -
YUV 144.78 94.27 187.36 -
System Red Green Blue C M Y K H S L
Decimal 228 114 85 0 0.50 0.63 0.11 12.17 0.73 0.61
Hex E4 72 55 0 32 3F B C 49 3D
Octal 344 162 125 0 62 77 13 14 111 75
Binary 11100100 1110010 1010101 0 110010 111111 1011 1100 1001001 111101

Color Harmonies of #E47255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E47255

Black with #E47255

Text Example


Text Example

White with #E47255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E47255; }

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

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

background-color css

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

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

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

border-color css

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

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

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