Html Css Color HEX #E07265 Terra Cotta

📋 copy color: '#E07265'

red 224 ◦ green 114 ◦ blue 101

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

Shades of Terra Cotta #E07265

Tints of Terra Cotta #E07265

RGB

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

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

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

R = 51.03%
G = 25.97%
B = 23.01%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#E07265 (or 0xE07265) is known color: Terra Cotta. HEX triplet: E0, 72 and 65. RGB value is (224,114,101). Sum of RGB (Red+Green+Blue) = 224+114+101=439 (58% of max value = 765). Red value is 224 (87.89% from 255 or 51.03% from 439); Green value is 114 (44.92% from 255 or 25.97% from 439); Blue value is 101 (39.84% from 255 or 23.01% from 439); Max value from RGB is 224 - color contains mainly: red. Hex color #E07265 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07265 is #1F8D9A. Grayscale: #919191. Windows color (decimal): -2067867 or 6648544. OLE color: 6648544.

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

Color convert

RGB 224 114 101 -
CMYK 0 0.49 0.55 0.12
HSL 6.34º 0.66% 0.64% -
HSV(B) 6.34º 0.55% 0.88% -
XYZ 39.11 28.82 15.81 -
YUV 145.41 102.94 184.06 -
System Red Green Blue C M Y K H S L
Decimal 224 114 101 0 0.49 0.55 0.12 6.34 0.66 0.64
Hex E0 72 65 0 31 37 C 6 42 40
Octal 340 162 145 0 61 67 14 6 102 100
Binary 11100000 1110010 1100101 0 110001 110111 1100 110 1000010 1000000

Color Harmonies of #E07265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07265

Black with #E07265

Text Example


Text Example

White with #E07265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07265; }

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

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

background-color css

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

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

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

border-color css

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

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

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