Html Css Color HEX #E07A5A Terra Cotta

📋 copy color: '#E07A5A'

red 224 ◦ green 122 ◦ blue 90

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

Shades of Terra Cotta #E07A5A

Tints of Terra Cotta #E07A5A

RGB

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

 GREEN value IS 122 (48.05% from 255) = 27.98%

 BLUE value IS 90 (35.55% from 255) = 20.64%

R = 51.38%
G = 27.98%
B = 20.64%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.60

 K value IS 0.12

RGB Variations

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

Color information

#E07A5A (or 0xE07A5A) is known color: Terra Cotta. HEX triplet: E0, 7A and 5A. RGB value is (224,122,90). Sum of RGB (Red+Green+Blue) = 224+122+90=436 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.38% from 436); Green value is 122 (48.05% from 255 or 27.98% from 436); Blue value is 90 (35.55% from 255 or 20.64% from 436); Max value from RGB is 224 - color contains mainly: red. Hex color #E07A5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07A5A is #1F85A5. Grayscale: #959595. Windows color (decimal): -2065830 or 5929696. OLE color: 5929696.

HSL color Cylindrical-coordinate representation of color #E07A5A: hue angle of 14.33º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E07A5A is Cyan = 0, Magento = 0.46, Yellow = 0.60 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 122 90 -
CMYK 0 0.46 0.60 0.12
HSL 14.33º 0.68% 0.62% -
HSV(B) 14.33º 0.6% 0.88% -
XYZ 39.55 30.5 13.48 -
YUV 148.85 94.79 181.6 -
System Red Green Blue C M Y K H S L
Decimal 224 122 90 0 0.46 0.60 0.12 14.33 0.68 0.62
Hex E0 7A 5A 0 2E 3C C E 44 3E
Octal 340 172 132 0 56 74 14 16 104 76
Binary 11100000 1111010 1011010 0 101110 111100 1100 1110 1000100 111110

Color Harmonies of #E07A5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07A5A

Black with #E07A5A

Text Example


Text Example

White with #E07A5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07A5A; }

 p { color: rgb(224,122,90); }

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

background-color css

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

 a { background-color: rgb(224,122,90); }

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

border-color css

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

 span { border-color: rgb(224,122,90); }

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