Html Css Color HEX #E0695C Terra Cotta

📋 copy color: '#E0695C'

red 224 ◦ green 105 ◦ blue 92

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

Shades of Terra Cotta #E0695C

Tints of Terra Cotta #E0695C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 24.94%

 BLUE value IS 92 (36.33% from 255) = 21.85%

R = 53.21%
G = 24.94%
B = 21.85%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.59

 K value IS 0.12

RGB Variations

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

Color information

#E0695C (or 0xE0695C) is known color: Terra Cotta. HEX triplet: E0, 69 and 5C. RGB value is (224,105,92). Sum of RGB (Red+Green+Blue) = 224+105+92=421 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.21% from 421); Green value is 105 (41.41% from 255 or 24.94% from 421); Blue value is 92 (36.33% from 255 or 21.85% from 421); Max value from RGB is 224 - color contains mainly: red. Hex color #E0695C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0695C is #1F96A3. Grayscale: #8B8B8B. Windows color (decimal): -2070180 or 6056416. OLE color: 6056416.

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

Color convert

RGB 224 105 92 -
CMYK 0 0.53 0.59 0.12
HSL 5.91º 0.68% 0.62% -
HSV(B) 5.91º 0.59% 0.88% -
XYZ 37.72 26.72 13.3 -
YUV 139.1 101.42 188.56 -
System Red Green Blue C M Y K H S L
Decimal 224 105 92 0 0.53 0.59 0.12 5.91 0.68 0.62
Hex E0 69 5C 0 35 3B C 6 44 3E
Octal 340 151 134 0 65 73 14 6 104 76
Binary 11100000 1101001 1011100 0 110101 111011 1100 110 1000100 111110

Color Harmonies of #E0695C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0695C

Black with #E0695C

Text Example


Text Example

White with #E0695C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0695C; }

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

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

background-color css

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

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

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

border-color css

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

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

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