Html Css Color HEX #E07F5A Terra Cotta

📋 copy color: '#E07F5A'

red 224 ◦ green 127 ◦ blue 90

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

Shades of Terra Cotta #E07F5A

Tints of Terra Cotta #E07F5A

RGB

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

 GREEN value IS 127 (50% from 255) = 28.8%

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

R = 50.79%
G = 28.8%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.60

 K value IS 0.12

RGB Variations

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

Color information

#E07F5A (or 0xE07F5A) is known color: Terra Cotta. HEX triplet: E0, 7F and 5A. RGB value is (224,127,90). Sum of RGB (Red+Green+Blue) = 224+127+90=441 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.79% from 441); Green value is 127 (50% from 255 or 28.80% from 441); Blue value is 90 (35.55% from 255 or 20.41% from 441); Max value from RGB is 224 - color contains mainly: red. Hex color #E07F5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07F5A is #1F80A5. Grayscale: #989898. Windows color (decimal): -2064550 or 5930976. OLE color: 5930976.

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

Color convert

RGB 224 127 90 -
CMYK 0 0.43 0.60 0.12
HSL 16.57º 0.68% 0.62% -
HSV(B) 16.57º 0.6% 0.88% -
XYZ 40.18 31.76 13.69 -
YUV 151.79 93.14 179.51 -
System Red Green Blue C M Y K H S L
Decimal 224 127 90 0 0.43 0.60 0.12 16.57 0.68 0.62
Hex E0 7F 5A 0 2B 3C C 11 44 3E
Octal 340 177 132 0 53 74 14 21 104 76
Binary 11100000 1111111 1011010 0 101011 111100 1100 10001 1000100 111110

Color Harmonies of #E07F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07F5A

Black with #E07F5A

Text Example


Text Example

White with #E07F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07F5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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