Html Css Color HEX #E1765B Terra Cotta

📋 copy color: '#E1765B'

red 225 ◦ green 118 ◦ blue 91

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

Shades of Terra Cotta #E1765B

Tints of Terra Cotta #E1765B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.19%

 BLUE value IS 91 (35.94% from 255) = 20.97%

R = 51.84%
G = 27.19%
B = 20.97%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.60

 K value IS 0.12

RGB Variations

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

Color information

#E1765B (or 0xE1765B) is known color: Terra Cotta. HEX triplet: E1, 76 and 5B. RGB value is (225,118,91). Sum of RGB (Red+Green+Blue) = 225+118+91=434 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.84% from 434); Green value is 118 (46.48% from 255 or 27.19% from 434); Blue value is 91 (35.94% from 255 or 20.97% from 434); Max value from RGB is 225 - color contains mainly: red. Hex color #E1765B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1765B is #1E89A4. Grayscale: #939393. Windows color (decimal): -2001317 or 5994209. OLE color: 5994209.

HSL color Cylindrical-coordinate representation of color #E1765B: hue angle of 12.09º 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 #E1765B is Cyan = 0, Magento = 0.48, Yellow = 0.60 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 118 91 -
CMYK 0 0.48 0.60 0.12
HSL 12.09º 0.69% 0.62% -
HSV(B) 12.09º 0.6% 0.88% -
XYZ 39.42 29.72 13.56 -
YUV 146.92 96.45 183.7 -
System Red Green Blue C M Y K H S L
Decimal 225 118 91 0 0.48 0.60 0.12 12.09 0.69 0.62
Hex E1 76 5B 0 30 3C C C 45 3E
Octal 341 166 133 0 60 74 14 14 105 76
Binary 11100001 1110110 1011011 0 110000 111100 1100 1100 1000101 111110

Color Harmonies of #E1765B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1765B

Black with #E1765B

Text Example


Text Example

White with #E1765B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1765B; }

 p { color: rgb(225,118,91); }

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

background-color css

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

 a { background-color: rgb(225,118,91); }

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

border-color css

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

 span { border-color: rgb(225,118,91); }

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