Html Css Color HEX #E76A5F Terra Cotta

📋 copy color: '#E76A5F'

red 231 ◦ green 106 ◦ blue 95

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

Shades of Terra Cotta #E76A5F

Tints of Terra Cotta #E76A5F

RGB

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

 GREEN value IS 106 (41.8% from 255) = 24.54%

 BLUE value IS 95 (37.5% from 255) = 21.99%

R = 53.47%
G = 24.54%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.59

 K value IS 0.09

RGB Variations

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

Color information

#E76A5F (or 0xE76A5F) is known color: Terra Cotta. HEX triplet: E7, 6A and 5F. RGB value is (231,106,95). Sum of RGB (Red+Green+Blue) = 231+106+95=432 (57% of max value = 765). Red value is 231 (90.62% from 255 or 53.47% from 432); Green value is 106 (41.80% from 255 or 24.54% from 432); Blue value is 95 (37.5% from 255 or 21.99% from 432); Max value from RGB is 231 - color contains mainly: red. Hex color #E76A5F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76A5F is #1895A0. Grayscale: #8E8E8E. Windows color (decimal): -1611169 or 6253287. OLE color: 6253287.

HSL color Cylindrical-coordinate representation of color #E76A5F: hue angle of 4.85º 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 #E76A5F is Cyan = 0, Magento = 0.54, Yellow = 0.59 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 106 95 -
CMYK 0 0.54 0.59 0.09
HSL 4.85º 0.74% 0.64% -
HSV(B) 4.85º 0.59% 0.91% -
XYZ 40.17 28.12 14.14 -
YUV 142.12 101.41 191.39 -
System Red Green Blue C M Y K H S L
Decimal 231 106 95 0 0.54 0.59 0.09 4.85 0.74 0.64
Hex E7 6A 5F 0 36 3B 9 5 4A 40
Octal 347 152 137 0 66 73 11 5 112 100
Binary 11100111 1101010 1011111 0 110110 111011 1001 101 1001010 1000000

Color Harmonies of #E76A5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76A5F

Black with #E76A5F

Text Example


Text Example

White with #E76A5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76A5F; }

 p { color: rgb(231,106,95); }

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

background-color css

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

 a { background-color: rgb(231,106,95); }

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

border-color css

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

 span { border-color: rgb(231,106,95); }

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