Html Css Color HEX #E07464 Terra Cotta

📋 copy color: '#E07464'

red 224 ◦ green 116 ◦ blue 100

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

Shades of Terra Cotta #E07464

Tints of Terra Cotta #E07464

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.36%

 BLUE value IS 100 (39.45% from 255) = 22.73%

R = 50.91%
G = 26.36%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#E07464 (or 0xE07464) is known color: Terra Cotta. HEX triplet: E0, 74 and 64. RGB value is (224,116,100). Sum of RGB (Red+Green+Blue) = 224+116+100=440 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.91% from 440); Green value is 116 (45.70% from 255 or 26.36% from 440); Blue value is 100 (39.45% from 255 or 22.73% from 440); Max value from RGB is 224 - color contains mainly: red. Hex color #E07464 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07464 is #1F8B9B. Grayscale: #929292. Windows color (decimal): -2067356 or 6583520. OLE color: 6583520.

HSL color Cylindrical-coordinate representation of color #E07464: hue angle of 7.74º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E07464 is Cyan = 0, Magento = 0.48, Yellow = 0.55 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 116 100 -
CMYK 0 0.48 0.55 0.12
HSL 7.74º 0.67% 0.64% -
HSV(B) 7.74º 0.55% 0.88% -
XYZ 39.29 29.26 15.63 -
YUV 146.47 101.78 183.3 -
System Red Green Blue C M Y K H S L
Decimal 224 116 100 0 0.48 0.55 0.12 7.74 0.67 0.64
Hex E0 74 64 0 30 37 C 8 43 40
Octal 340 164 144 0 60 67 14 10 103 100
Binary 11100000 1110100 1100100 0 110000 110111 1100 1000 1000011 1000000

Color Harmonies of #E07464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07464

Black with #E07464

Text Example


Text Example

White with #E07464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07464; }

 p { color: rgb(224,116,100); }

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

background-color css

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

 a { background-color: rgb(224,116,100); }

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

border-color css

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

 span { border-color: rgb(224,116,100); }

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