Html Css Color HEX #E07865 Terra Cotta

📋 copy color: '#E07865'

red 224 ◦ green 120 ◦ blue 101

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

Shades of Terra Cotta #E07865

Tints of Terra Cotta #E07865

RGB

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

 GREEN value IS 120 (47.27% from 255) = 26.97%

 BLUE value IS 101 (39.84% from 255) = 22.7%

R = 50.34%
G = 26.97%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#E07865 (or 0xE07865) is known color: Terra Cotta. HEX triplet: E0, 78 and 65. RGB value is (224,120,101). Sum of RGB (Red+Green+Blue) = 224+120+101=445 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.34% from 445); Green value is 120 (47.27% from 255 or 26.97% from 445); Blue value is 101 (39.84% from 255 or 22.70% from 445); Max value from RGB is 224 - color contains mainly: red. Hex color #E07865 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07865 is #1F879A. Grayscale: #959595. Windows color (decimal): -2066331 or 6650080. OLE color: 6650080.

HSL color Cylindrical-coordinate representation of color #E07865: hue angle of 9.27º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E07865 is Cyan = 0, Magento = 0.46, Yellow = 0.55 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 120 101 -
CMYK 0 0.46 0.55 0.12
HSL 9.27º 0.66% 0.64% -
HSV(B) 9.27º 0.55% 0.88% -
XYZ 39.81 30.22 16.05 -
YUV 148.93 100.96 181.54 -
System Red Green Blue C M Y K H S L
Decimal 224 120 101 0 0.46 0.55 0.12 9.27 0.66 0.64
Hex E0 78 65 0 2E 37 C 9 42 40
Octal 340 170 145 0 56 67 14 11 102 100
Binary 11100000 1111000 1100101 0 101110 110111 1100 1001 1000010 1000000

Color Harmonies of #E07865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07865

Black with #E07865

Text Example


Text Example

White with #E07865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07865; }

 p { color: rgb(224,120,101); }

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

background-color css

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

 a { background-color: rgb(224,120,101); }

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

border-color css

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

 span { border-color: rgb(224,120,101); }

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