Html Css Color HEX #E06F68 Terra Cotta

📋 copy color: '#E06F68'

red 224 ◦ green 111 ◦ blue 104

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

Shades of Terra Cotta #E06F68

Tints of Terra Cotta #E06F68

RGB

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

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

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

R = 51.03%
G = 25.28%
B = 23.69%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.54

 K value IS 0.12

RGB Variations

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

Color information

#E06F68 (or 0xE06F68) is known color: Terra Cotta. HEX triplet: E0, 6F and 68. RGB value is (224,111,104). Sum of RGB (Red+Green+Blue) = 224+111+104=439 (58% of max value = 765). Red value is 224 (87.89% from 255 or 51.03% from 439); Green value is 111 (43.75% from 255 or 25.28% from 439); Blue value is 104 (41.02% from 255 or 23.69% from 439); Max value from RGB is 224 - color contains mainly: red. Hex color #E06F68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06F68 is #1F9097. Grayscale: #909090. Windows color (decimal): -2068632 or 6844384. OLE color: 6844384.

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

Color convert

RGB 224 111 104 -
CMYK 0 0.50 0.54 0.12
HSL 3.5º 0.66% 0.64% -
HSV(B) 3.5º 0.54% 0.88% -
XYZ 38.92 28.22 16.49 -
YUV 143.99 105.44 185.07 -
System Red Green Blue C M Y K H S L
Decimal 224 111 104 0 0.50 0.54 0.12 3.5 0.66 0.64
Hex E0 6F 68 0 32 36 C 4 42 40
Octal 340 157 150 0 62 66 14 4 102 100
Binary 11100000 1101111 1101000 0 110010 110110 1100 100 1000010 1000000

Color Harmonies of #E06F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06F68

Black with #E06F68

Text Example


Text Example

White with #E06F68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06F68; }

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

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

background-color css

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

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

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

border-color css

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

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

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