Html Css Color HEX #E07A5C Terra Cotta

📋 copy color: '#E07A5C'

red 224 ◦ green 122 ◦ blue 92

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

Shades of Terra Cotta #E07A5C

Tints of Terra Cotta #E07A5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 21%

R = 51.14%
G = 27.85%
B = 21%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.59

 K value IS 0.12

RGB Variations

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

Color information

#E07A5C (or 0xE07A5C) is known color: Terra Cotta. HEX triplet: E0, 7A and 5C. RGB value is (224,122,92). Sum of RGB (Red+Green+Blue) = 224+122+92=438 (58% of max value = 765). Red value is 224 (87.89% from 255 or 51.14% from 438); Green value is 122 (48.05% from 255 or 27.85% from 438); Blue value is 92 (36.33% from 255 or 21.00% from 438); Max value from RGB is 224 - color contains mainly: red. Hex color #E07A5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07A5C is #1F85A3. Grayscale: #959595. Windows color (decimal): -2065828 or 6060768. OLE color: 6060768.

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

Color convert

RGB 224 122 92 -
CMYK 0 0.46 0.59 0.12
HSL 13.64º 0.68% 0.62% -
HSV(B) 13.64º 0.59% 0.88% -
XYZ 39.63 30.54 13.93 -
YUV 149.08 95.79 181.44 -
System Red Green Blue C M Y K H S L
Decimal 224 122 92 0 0.46 0.59 0.12 13.64 0.68 0.62
Hex E0 7A 5C 0 2E 3B C E 44 3E
Octal 340 172 134 0 56 73 14 16 104 76
Binary 11100000 1111010 1011100 0 101110 111011 1100 1110 1000100 111110

Color Harmonies of #E07A5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07A5C

Black with #E07A5C

Text Example


Text Example

White with #E07A5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07A5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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