Html Css Color HEX #E06F58 Terra Cotta

📋 copy color: '#E06F58'

red 224 ◦ green 111 ◦ blue 88

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

Shades of Terra Cotta #E06F58

Tints of Terra Cotta #E06F58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 20.8%

R = 52.96%
G = 26.24%
B = 20.8%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.61

 K value IS 0.12

RGB Variations

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

Color information

#E06F58 (or 0xE06F58) is known color: Terra Cotta. HEX triplet: E0, 6F and 58. RGB value is (224,111,88). Sum of RGB (Red+Green+Blue) = 224+111+88=423 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.96% from 423); Green value is 111 (43.75% from 255 or 26.24% from 423); Blue value is 88 (34.77% from 255 or 20.80% from 423); Max value from RGB is 224 - color contains mainly: red. Hex color #E06F58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06F58 is #1F90A7. Grayscale: #8E8E8E. Windows color (decimal): -2068648 or 5795808. OLE color: 5795808.

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

Color convert

RGB 224 111 88 -
CMYK 0 0.50 0.61 0.12
HSL 10.15º 0.69% 0.61% -
HSV(B) 10.15º 0.61% 0.88% -
XYZ 38.19 27.92 12.61 -
YUV 142.17 97.44 186.37 -
System Red Green Blue C M Y K H S L
Decimal 224 111 88 0 0.50 0.61 0.12 10.15 0.69 0.61
Hex E0 6F 58 0 32 3D C A 45 3D
Octal 340 157 130 0 62 75 14 12 105 75
Binary 11100000 1101111 1011000 0 110010 111101 1100 1010 1000101 111101

Color Harmonies of #E06F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06F58

Black with #E06F58

Text Example


Text Example

White with #E06F58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06F58; }

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

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

background-color css

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

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

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

border-color css

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

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

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