Html Css Color HEX #E07266 Terra Cotta

📋 copy color: '#E07266'

red 224 ◦ green 114 ◦ blue 102

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

Shades of Terra Cotta #E07266

Tints of Terra Cotta #E07266

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.91%

 BLUE value IS 102 (40.23% from 255) = 23.18%

R = 50.91%
G = 25.91%
B = 23.18%

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

#E07266 (or 0xE07266) is known color: Terra Cotta. HEX triplet: E0, 72 and 66. RGB value is (224,114,102). Sum of RGB (Red+Green+Blue) = 224+114+102=440 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.91% from 440); Green value is 114 (44.92% from 255 or 25.91% from 440); Blue value is 102 (40.23% from 255 or 23.18% from 440); Max value from RGB is 224 - color contains mainly: red. Hex color #E07266 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07266 is #1F8D99. Grayscale: #919191. Windows color (decimal): -2067866 or 6714080. OLE color: 6714080.

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

Color convert

RGB 224 114 102 -
CMYK 0 0.49 0.54 0.12
HSL 5.9º 0.66% 0.64% -
HSV(B) 5.9º 0.54% 0.88% -
XYZ 39.16 28.84 16.07 -
YUV 145.52 103.44 183.98 -
System Red Green Blue C M Y K H S L
Decimal 224 114 102 0 0.49 0.54 0.12 5.9 0.66 0.64
Hex E0 72 66 0 31 36 C 6 42 40
Octal 340 162 146 0 61 66 14 6 102 100
Binary 11100000 1110010 1100110 0 110001 110110 1100 110 1000010 1000000

Color Harmonies of #E07266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07266

Black with #E07266

Text Example


Text Example

White with #E07266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07266; }

 p { color: rgb(224,114,102); }

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

background-color css

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

 a { background-color: rgb(224,114,102); }

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

border-color css

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

 span { border-color: rgb(224,114,102); }

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