Html Css Color HEX #E07C65 Terra Cotta

📋 copy color: '#E07C65'

red 224 ◦ green 124 ◦ blue 101

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

Shades of Terra Cotta #E07C65

Tints of Terra Cotta #E07C65

RGB

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

 GREEN value IS 124 (48.83% from 255) = 27.62%

 BLUE value IS 101 (39.84% from 255) = 22.49%

R = 49.89%
G = 27.62%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#E07C65 (or 0xE07C65) is known color: Terra Cotta. HEX triplet: E0, 7C and 65. RGB value is (224,124,101). Sum of RGB (Red+Green+Blue) = 224+124+101=449 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.89% from 449); Green value is 124 (48.83% from 255 or 27.62% from 449); Blue value is 101 (39.84% from 255 or 22.49% from 449); Max value from RGB is 224 - color contains mainly: red. Hex color #E07C65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07C65 is #1F839A. Grayscale: #979797. Windows color (decimal): -2065307 or 6651104. OLE color: 6651104.

HSL color Cylindrical-coordinate representation of color #E07C65: hue angle of 11.22º degrees, saturation: 0.66, 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 #E07C65 is Cyan = 0, Magento = 0.45, Yellow = 0.55 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 124 101 -
CMYK 0 0.45 0.55 0.12
HSL 11.22º 0.66% 0.64% -
HSV(B) 11.22º 0.55% 0.88% -
XYZ 40.3 31.2 16.21 -
YUV 151.28 99.63 179.87 -
System Red Green Blue C M Y K H S L
Decimal 224 124 101 0 0.45 0.55 0.12 11.22 0.66 0.64
Hex E0 7C 65 0 2D 37 C B 42 40
Octal 340 174 145 0 55 67 14 13 102 100
Binary 11100000 1111100 1100101 0 101101 110111 1100 1011 1000010 1000000

Color Harmonies of #E07C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07C65

Black with #E07C65

Text Example


Text Example

White with #E07C65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07C65; }

 p { color: rgb(224,124,101); }

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

background-color css

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

 a { background-color: rgb(224,124,101); }

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

border-color css

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

 span { border-color: rgb(224,124,101); }

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