Html Css Color HEX #E07368 Terra Cotta

📋 copy color: '#E07368'

red 224 ◦ green 115 ◦ blue 104

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

Shades of Terra Cotta #E07368

Tints of Terra Cotta #E07368

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.96%

 BLUE value IS 104 (41.02% from 255) = 23.48%

R = 50.56%
G = 25.96%
B = 23.48%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.54

 K value IS 0.12

RGB Variations

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

Color information

#E07368 (or 0xE07368) is known color: Terra Cotta. HEX triplet: E0, 73 and 68. RGB value is (224,115,104). Sum of RGB (Red+Green+Blue) = 224+115+104=443 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.56% from 443); Green value is 115 (45.31% from 255 or 25.96% from 443); Blue value is 104 (41.02% from 255 or 23.48% from 443); Max value from RGB is 224 - color contains mainly: red. Hex color #E07368 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07368 is #1F8C97. Grayscale: #929292. Windows color (decimal): -2067608 or 6845408. OLE color: 6845408.

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

Color convert

RGB 224 115 104 -
CMYK 0 0.49 0.54 0.12
HSL 5.5º 0.66% 0.64% -
HSV(B) 5.5º 0.54% 0.88% -
XYZ 39.37 29.11 16.64 -
YUV 146.34 104.11 183.39 -
System Red Green Blue C M Y K H S L
Decimal 224 115 104 0 0.49 0.54 0.12 5.5 0.66 0.64
Hex E0 73 68 0 31 36 C 6 42 40
Octal 340 163 150 0 61 66 14 6 102 100
Binary 11100000 1110011 1101000 0 110001 110110 1100 110 1000010 1000000

Color Harmonies of #E07368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07368

Black with #E07368

Text Example


Text Example

White with #E07368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07368; }

 p { color: rgb(224,115,104); }

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

background-color css

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

 a { background-color: rgb(224,115,104); }

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

border-color css

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

 span { border-color: rgb(224,115,104); }

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