Html Css Color HEX #E06F59 Terra Cotta

📋 copy color: '#E06F59'

red 224 ◦ green 111 ◦ blue 89

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

Shades of Terra Cotta #E06F59

Tints of Terra Cotta #E06F59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 20.99%

R = 52.83%
G = 26.18%
B = 20.99%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.60

 K value IS 0.12

RGB Variations

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

Color information

#E06F59 (or 0xE06F59) is known color: Terra Cotta. HEX triplet: E0, 6F and 59. RGB value is (224,111,89). Sum of RGB (Red+Green+Blue) = 224+111+89=424 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.83% from 424); Green value is 111 (43.75% from 255 or 26.18% from 424); Blue value is 89 (35.16% from 255 or 20.99% from 424); Max value from RGB is 224 - color contains mainly: red. Hex color #E06F59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06F59 is #1F90A6. Grayscale: #8E8E8E. Windows color (decimal): -2068647 or 5861344. OLE color: 5861344.

HSL color Cylindrical-coordinate representation of color #E06F59: hue angle of 9.78º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E06F59 is Cyan = 0, Magento = 0.50, Yellow = 0.60 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 111 89 -
CMYK 0 0.50 0.60 0.12
HSL 9.78º 0.69% 0.61% -
HSV(B) 9.78º 0.6% 0.88% -
XYZ 38.23 27.94 12.83 -
YUV 142.28 97.94 186.29 -
System Red Green Blue C M Y K H S L
Decimal 224 111 89 0 0.50 0.60 0.12 9.78 0.69 0.61
Hex E0 6F 59 0 32 3C C A 45 3D
Octal 340 157 131 0 62 74 14 12 105 75
Binary 11100000 1101111 1011001 0 110010 111100 1100 1010 1000101 111101

Color Harmonies of #E06F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06F59

Black with #E06F59

Text Example


Text Example

White with #E06F59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06F59; }

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

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

background-color css

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

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

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

border-color css

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

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

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