Html Css Color HEX #E07269 Terra Cotta

📋 copy color: '#E07269'

red 224 ◦ green 114 ◦ blue 105

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

Shades of Terra Cotta #E07269

Tints of Terra Cotta #E07269

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 23.7%

R = 50.56%
G = 25.73%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#E07269 (or 0xE07269) is known color: Terra Cotta. HEX triplet: E0, 72 and 69. RGB value is (224,114,105). Sum of RGB (Red+Green+Blue) = 224+114+105=443 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.56% from 443); Green value is 114 (44.92% from 255 or 25.73% from 443); Blue value is 105 (41.41% from 255 or 23.70% from 443); Max value from RGB is 224 - color contains mainly: red. Hex color #E07269 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07269 is #1F8D96. Grayscale: #929292. Windows color (decimal): -2067863 or 6910688. OLE color: 6910688.

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

Color convert

RGB 224 114 105 -
CMYK 0 0.49 0.53 0.12
HSL 4.54º 0.66% 0.65% -
HSV(B) 4.54º 0.53% 0.88% -
XYZ 39.31 28.9 16.87 -
YUV 145.86 104.94 183.73 -
System Red Green Blue C M Y K H S L
Decimal 224 114 105 0 0.49 0.53 0.12 4.54 0.66 0.65
Hex E0 72 69 0 31 35 C 5 42 41
Octal 340 162 151 0 61 65 14 5 102 101
Binary 11100000 1110010 1101001 0 110001 110101 1100 101 1000010 1000001

Color Harmonies of #E07269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07269

Black with #E07269

Text Example


Text Example

White with #E07269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07269; }

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

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

background-color css

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

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

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

border-color css

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

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

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