Html Css Color HEX #E76C5E Terra Cotta

📋 copy color: '#E76C5E'

red 231 ◦ green 108 ◦ blue 94

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

Shades of Terra Cotta #E76C5E

Tints of Terra Cotta #E76C5E

RGB

 RED value IS 231 (90.63% from 255) = 53.35%

 GREEN value IS 108 (42.58% from 255) = 24.94%

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

R = 53.35%
G = 24.94%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.59

 K value IS 0.09

RGB Variations

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

Color information

#E76C5E (or 0xE76C5E) is known color: Terra Cotta. HEX triplet: E7, 6C and 5E. RGB value is (231,108,94). Sum of RGB (Red+Green+Blue) = 231+108+94=433 (57% of max value = 765). Red value is 231 (90.62% from 255 or 53.35% from 433); Green value is 108 (42.58% from 255 or 24.94% from 433); Blue value is 94 (37.11% from 255 or 21.71% from 433); Max value from RGB is 231 - color contains mainly: red. Hex color #E76C5E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76C5E is #1893A1. Grayscale: #8F8F8F. Windows color (decimal): -1610658 or 6188263. OLE color: 6188263.

HSL color Cylindrical-coordinate representation of color #E76C5E: hue angle of 6.13º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E76C5E is Cyan = 0, Magento = 0.53, Yellow = 0.59 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 108 94 -
CMYK 0 0.53 0.59 0.09
HSL 6.13º 0.74% 0.64% -
HSV(B) 6.13º 0.59% 0.91% -
XYZ 40.34 28.52 13.97 -
YUV 143.18 100.25 190.64 -
System Red Green Blue C M Y K H S L
Decimal 231 108 94 0 0.53 0.59 0.09 6.13 0.74 0.64
Hex E7 6C 5E 0 35 3B 9 6 4A 40
Octal 347 154 136 0 65 73 11 6 112 100
Binary 11100111 1101100 1011110 0 110101 111011 1001 110 1001010 1000000

Color Harmonies of #E76C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76C5E

Black with #E76C5E

Text Example


Text Example

White with #E76C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76C5E; }

 p { color: rgb(231,108,94); }

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

background-color css

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

 a { background-color: rgb(231,108,94); }

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

border-color css

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

 span { border-color: rgb(231,108,94); }

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