Html Css Color HEX #E3695E Terra Cotta

📋 copy color: '#E3695E'

red 227 ◦ green 105 ◦ blue 94

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

Shades of Terra Cotta #E3695E

Tints of Terra Cotta #E3695E

RGB

 RED value IS 227 (89.06% from 255) = 53.29%

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

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

R = 53.29%
G = 24.65%
B = 22.07%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.59

 K value IS 0.11

RGB Variations

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

Color information

#E3695E (or 0xE3695E) is known color: Terra Cotta. HEX triplet: E3, 69 and 5E. RGB value is (227,105,94). Sum of RGB (Red+Green+Blue) = 227+105+94=426 (56% of max value = 765). Red value is 227 (89.06% from 255 or 53.29% from 426); Green value is 105 (41.41% from 255 or 24.65% from 426); Blue value is 94 (37.11% from 255 or 22.07% from 426); Max value from RGB is 227 - color contains mainly: red. Hex color #E3695E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E3695E is #1C96A1. Grayscale: #8C8C8C. Windows color (decimal): -1873570 or 6187491. OLE color: 6187491.

HSL color Cylindrical-coordinate representation of color #E3695E: hue angle of 4.96º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E3695E is Cyan = 0, Magento = 0.54, Yellow = 0.59 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 105 94 -
CMYK 0 0.54 0.59 0.11
HSL 4.96º 0.7% 0.63% -
HSV(B) 4.96º 0.59% 0.89% -
XYZ 38.75 27.24 13.81 -
YUV 140.22 101.92 189.89 -
System Red Green Blue C M Y K H S L
Decimal 227 105 94 0 0.54 0.59 0.11 4.96 0.7 0.63
Hex E3 69 5E 0 36 3B B 5 46 3F
Octal 343 151 136 0 66 73 13 5 106 77
Binary 11100011 1101001 1011110 0 110110 111011 1011 101 1000110 111111

Color Harmonies of #E3695E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3695E

Black with #E3695E

Text Example


Text Example

White with #E3695E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3695E; }

 p { color: rgb(227,105,94); }

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

background-color css

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

 a { background-color: rgb(227,105,94); }

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

border-color css

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

 span { border-color: rgb(227,105,94); }

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