Html Css Color HEX #E06B5E Terra Cotta

📋 copy color: '#E06B5E'

red 224 ◦ green 107 ◦ blue 94

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

Shades of Terra Cotta #E06B5E

Tints of Terra Cotta #E06B5E

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.18%

 BLUE value IS 94 (37.11% from 255) = 22.12%

R = 52.71%
G = 25.18%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#E06B5E (or 0xE06B5E) is known color: Terra Cotta. HEX triplet: E0, 6B and 5E. RGB value is (224,107,94). Sum of RGB (Red+Green+Blue) = 224+107+94=425 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.71% from 425); Green value is 107 (42.19% from 255 or 25.18% from 425); Blue value is 94 (37.11% from 255 or 22.12% from 425); Max value from RGB is 224 - color contains mainly: red. Hex color #E06B5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06B5E is #1F94A1. Grayscale: #8C8C8C. Windows color (decimal): -2069666 or 6188000. OLE color: 6188000.

HSL color Cylindrical-coordinate representation of color #E06B5E: hue angle of 6º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E06B5E is Cyan = 0, Magento = 0.52, Yellow = 0.58 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 107 94 -
CMYK 0 0.52 0.58 0.12
HSL 0.68% 0.62% -
HSV(B) 0.58% 0.88% -
XYZ 38.02 27.17 13.83 -
YUV 140.5 101.76 187.56 -
System Red Green Blue C M Y K H S L
Decimal 224 107 94 0 0.52 0.58 0.12 6 0.68 0.62
Hex E0 6B 5E 0 34 3A C 6 44 3E
Octal 340 153 136 0 64 72 14 6 104 76
Binary 11100000 1101011 1011110 0 110100 111010 1100 110 1000100 111110

Color Harmonies of #E06B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06B5E

Black with #E06B5E

Text Example


Text Example

White with #E06B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06B5E; }

 p { color: rgb(224,107,94); }

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

background-color css

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

 a { background-color: rgb(224,107,94); }

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

border-color css

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

 span { border-color: rgb(224,107,94); }

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