Html Css Color HEX #E06F69 Terra Cotta

📋 copy color: '#E06F69'

red 224 ◦ green 111 ◦ blue 105

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

Shades of Terra Cotta #E06F69

Tints of Terra Cotta #E06F69

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.23%

 BLUE value IS 105 (41.41% from 255) = 23.86%

R = 50.91%
G = 25.23%
B = 23.86%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#E06F69 (or 0xE06F69) is known color: Terra Cotta. HEX triplet: E0, 6F and 69. RGB value is (224,111,105). Sum of RGB (Red+Green+Blue) = 224+111+105=440 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.91% from 440); Green value is 111 (43.75% from 255 or 25.23% from 440); Blue value is 105 (41.41% from 255 or 23.86% from 440); Max value from RGB is 224 - color contains mainly: red. Hex color #E06F69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06F69 is #1F9096. Grayscale: #909090. Windows color (decimal): -2068631 or 6909920. OLE color: 6909920.

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

Color convert

RGB 224 111 105 -
CMYK 0 0.50 0.53 0.12
HSL 3.03º 0.66% 0.65% -
HSV(B) 3.03º 0.53% 0.88% -
XYZ 38.97 28.24 16.76 -
YUV 144.1 105.94 184.99 -
System Red Green Blue C M Y K H S L
Decimal 224 111 105 0 0.50 0.53 0.12 3.03 0.66 0.65
Hex E0 6F 69 0 32 35 C 3 42 41
Octal 340 157 151 0 62 65 14 3 102 101
Binary 11100000 1101111 1101001 0 110010 110101 1100 11 1000010 1000001

Color Harmonies of #E06F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06F69

Black with #E06F69

Text Example


Text Example

White with #E06F69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06F69; }

 p { color: rgb(224,111,105); }

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

background-color css

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

 a { background-color: rgb(224,111,105); }

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

border-color css

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

 span { border-color: rgb(224,111,105); }

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