Html Css Color HEX #E76A5A Terra Cotta

📋 copy color: '#E76A5A'

red 231 ◦ green 106 ◦ blue 90

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

Shades of Terra Cotta #E76A5A

Tints of Terra Cotta #E76A5A

RGB

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

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

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

R = 54.1%
G = 24.82%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.61

 K value IS 0.09

RGB Variations

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

Color information

#E76A5A (or 0xE76A5A) is known color: Terra Cotta. HEX triplet: E7, 6A and 5A. RGB value is (231,106,90). Sum of RGB (Red+Green+Blue) = 231+106+90=427 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.10% from 427); Green value is 106 (41.80% from 255 or 24.82% from 427); Blue value is 90 (35.55% from 255 or 21.08% from 427); Max value from RGB is 231 - color contains mainly: red. Hex color #E76A5A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76A5A is #1895A5. Grayscale: #8D8D8D. Windows color (decimal): -1611174 or 5925607. OLE color: 5925607.

HSL color Cylindrical-coordinate representation of color #E76A5A: hue angle of 6.81º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E76A5A is Cyan = 0, Magento = 0.54, Yellow = 0.61 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 106 90 -
CMYK 0 0.54 0.61 0.09
HSL 6.81º 0.75% 0.63% -
HSV(B) 6.81º 0.61% 0.91% -
XYZ 39.95 28.04 12.98 -
YUV 141.55 98.91 191.8 -
System Red Green Blue C M Y K H S L
Decimal 231 106 90 0 0.54 0.61 0.09 6.81 0.75 0.63
Hex E7 6A 5A 0 36 3D 9 7 4B 3F
Octal 347 152 132 0 66 75 11 7 113 77
Binary 11100111 1101010 1011010 0 110110 111101 1001 111 1001011 111111

Color Harmonies of #E76A5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76A5A

Black with #E76A5A

Text Example


Text Example

White with #E76A5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76A5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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