Html Css Color HEX #E1685A Terra Cotta

📋 copy color: '#E1685A'

red 225 ◦ green 104 ◦ blue 90

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

Shades of Terra Cotta #E1685A

Tints of Terra Cotta #E1685A

RGB

 RED value IS 225 (88.28% from 255) = 53.7%

 GREEN value IS 104 (41.02% from 255) = 24.82%

 BLUE value IS 90 (35.55% from 255) = 21.48%

R = 53.7%
G = 24.82%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.60

 K value IS 0.12

RGB Variations

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

Color information

#E1685A (or 0xE1685A) is known color: Terra Cotta. HEX triplet: E1, 68 and 5A. RGB value is (225,104,90). Sum of RGB (Red+Green+Blue) = 225+104+90=419 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.70% from 419); Green value is 104 (41.02% from 255 or 24.82% from 419); Blue value is 90 (35.55% from 255 or 21.48% from 419); Max value from RGB is 225 - color contains mainly: red. Hex color #E1685A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1685A is #1E97A5. Grayscale: #8A8A8A. Windows color (decimal): -2004902 or 5925089. OLE color: 5925089.

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

Color convert

RGB 225 104 90 -
CMYK 0 0.54 0.60 0.12
HSL 6.22º 0.69% 0.62% -
HSV(B) 6.22º 0.6% 0.88% -
XYZ 37.85 26.65 12.82 -
YUV 138.58 100.59 189.64 -
System Red Green Blue C M Y K H S L
Decimal 225 104 90 0 0.54 0.60 0.12 6.22 0.69 0.62
Hex E1 68 5A 0 36 3C C 6 45 3E
Octal 341 150 132 0 66 74 14 6 105 76
Binary 11100001 1101000 1011010 0 110110 111100 1100 110 1000101 111110

Color Harmonies of #E1685A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1685A

Black with #E1685A

Text Example


Text Example

White with #E1685A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1685A; }

 p { color: rgb(225,104,90); }

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

background-color css

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

 a { background-color: rgb(225,104,90); }

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

border-color css

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

 span { border-color: rgb(225,104,90); }

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