Html Css Color HEX #E07465 Terra Cotta

📋 copy color: '#E07465'

red 224 ◦ green 116 ◦ blue 101

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

Shades of Terra Cotta #E07465

Tints of Terra Cotta #E07465

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.3%

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

R = 50.79%
G = 26.3%
B = 22.9%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#E07465 (or 0xE07465) is known color: Terra Cotta. HEX triplet: E0, 74 and 65. RGB value is (224,116,101). Sum of RGB (Red+Green+Blue) = 224+116+101=441 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.79% from 441); Green value is 116 (45.70% from 255 or 26.30% from 441); Blue value is 101 (39.84% from 255 or 22.90% from 441); Max value from RGB is 224 - color contains mainly: red. Hex color #E07465 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07465 is #1F8B9A. Grayscale: #929292. Windows color (decimal): -2067355 or 6649056. OLE color: 6649056.

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

Color convert

RGB 224 116 101 -
CMYK 0 0.48 0.55 0.12
HSL 7.32º 0.66% 0.64% -
HSV(B) 7.32º 0.55% 0.88% -
XYZ 39.33 29.28 15.89 -
YUV 146.58 102.28 183.22 -
System Red Green Blue C M Y K H S L
Decimal 224 116 101 0 0.48 0.55 0.12 7.32 0.66 0.64
Hex E0 74 65 0 30 37 C 7 42 40
Octal 340 164 145 0 60 67 14 7 102 100
Binary 11100000 1110100 1100101 0 110000 110111 1100 111 1000010 1000000

Color Harmonies of #E07465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07465

Black with #E07465

Text Example


Text Example

White with #E07465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07465; }

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

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

background-color css

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

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

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

border-color css

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

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

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