Html Css Color HEX #E07655 Terra Cotta

📋 copy color: '#E07655'

red 224 ◦ green 118 ◦ blue 85

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

Shades of Terra Cotta #E07655

Tints of Terra Cotta #E07655

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.63%

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

R = 52.46%
G = 27.63%
B = 19.91%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.62

 K value IS 0.12

RGB Variations

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

Color information

#E07655 (or 0xE07655) is known color: Terra Cotta. HEX triplet: E0, 76 and 55. RGB value is (224,118,85). Sum of RGB (Red+Green+Blue) = 224+118+85=427 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.46% from 427); Green value is 118 (46.48% from 255 or 27.63% from 427); Blue value is 85 (33.59% from 255 or 19.91% from 427); Max value from RGB is 224 - color contains mainly: red. Hex color #E07655 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07655 is #1F89AA. Grayscale: #929292. Windows color (decimal): -2066859 or 5600992. OLE color: 5600992.

HSL color Cylindrical-coordinate representation of color #E07655: hue angle of 14.24º degrees, saturation: 0.69, 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 #E07655 is Cyan = 0, Magento = 0.47, Yellow = 0.62 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 118 85 -
CMYK 0 0.47 0.62 0.12
HSL 14.24º 0.69% 0.61% -
HSV(B) 14.24º 0.62% 0.88% -
XYZ 38.86 29.46 12.23 -
YUV 145.93 93.62 183.68 -
System Red Green Blue C M Y K H S L
Decimal 224 118 85 0 0.47 0.62 0.12 14.24 0.69 0.61
Hex E0 76 55 0 2F 3E C E 45 3D
Octal 340 166 125 0 57 76 14 16 105 75
Binary 11100000 1110110 1010101 0 101111 111110 1100 1110 1000101 111101

Color Harmonies of #E07655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07655

Black with #E07655

Text Example


Text Example

White with #E07655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07655; }

 p { color: rgb(224,118,85); }

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

background-color css

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

 a { background-color: rgb(224,118,85); }

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

border-color css

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

 span { border-color: rgb(224,118,85); }

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