Html Css Color HEX #E07A5E Terra Cotta

📋 copy color: '#E07A5E'

red 224 ◦ green 122 ◦ blue 94

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

Shades of Terra Cotta #E07A5E

Tints of Terra Cotta #E07A5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 21.36%

R = 50.91%
G = 27.73%
B = 21.36%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#E07A5E (or 0xE07A5E) is known color: Terra Cotta. HEX triplet: E0, 7A and 5E. RGB value is (224,122,94). Sum of RGB (Red+Green+Blue) = 224+122+94=440 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.91% from 440); Green value is 122 (48.05% from 255 or 27.73% from 440); Blue value is 94 (37.11% from 255 or 21.36% from 440); Max value from RGB is 224 - color contains mainly: red. Hex color #E07A5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07A5E is #1F85A1. Grayscale: #959595. Windows color (decimal): -2065826 or 6191840. OLE color: 6191840.

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

Color convert

RGB 224 122 94 -
CMYK 0 0.46 0.58 0.12
HSL 12.92º 0.68% 0.62% -
HSV(B) 12.92º 0.58% 0.88% -
XYZ 39.72 30.57 14.4 -
YUV 149.31 96.79 181.28 -
System Red Green Blue C M Y K H S L
Decimal 224 122 94 0 0.46 0.58 0.12 12.92 0.68 0.62
Hex E0 7A 5E 0 2E 3A C D 44 3E
Octal 340 172 136 0 56 72 14 15 104 76
Binary 11100000 1111010 1011110 0 101110 111010 1100 1101 1000100 111110

Color Harmonies of #E07A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07A5E

Black with #E07A5E

Text Example


Text Example

White with #E07A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07A5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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