Html Css Color HEX #E76B5D Terra Cotta

📋 copy color: '#E76B5D'

red 231 ◦ green 107 ◦ blue 93

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

Shades of Terra Cotta #E76B5D

Tints of Terra Cotta #E76B5D

RGB

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

 GREEN value IS 107 (42.19% from 255) = 24.83%

 BLUE value IS 93 (36.72% from 255) = 21.58%

R = 53.6%
G = 24.83%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.60

 K value IS 0.09

RGB Variations

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

Color information

#E76B5D (or 0xE76B5D) is known color: Terra Cotta. HEX triplet: E7, 6B and 5D. RGB value is (231,107,93). Sum of RGB (Red+Green+Blue) = 231+107+93=431 (57% of max value = 765). Red value is 231 (90.62% from 255 or 53.60% from 431); Green value is 107 (42.19% from 255 or 24.83% from 431); Blue value is 93 (36.72% from 255 or 21.58% from 431); Max value from RGB is 231 - color contains mainly: red. Hex color #E76B5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76B5D is #1894A2. Grayscale: #8E8E8E. Windows color (decimal): -1610915 or 6122471. OLE color: 6122471.

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

Color convert

RGB 231 107 93 -
CMYK 0 0.54 0.60 0.09
HSL 6.09º 0.74% 0.64% -
HSV(B) 6.09º 0.6% 0.91% -
XYZ 40.19 28.29 13.7 -
YUV 142.48 100.08 191.14 -
System Red Green Blue C M Y K H S L
Decimal 231 107 93 0 0.54 0.60 0.09 6.09 0.74 0.64
Hex E7 6B 5D 0 36 3C 9 6 4A 40
Octal 347 153 135 0 66 74 11 6 112 100
Binary 11100111 1101011 1011101 0 110110 111100 1001 110 1001010 1000000

Color Harmonies of #E76B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76B5D

Black with #E76B5D

Text Example


Text Example

White with #E76B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76B5D; }

 p { color: rgb(231,107,93); }

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

background-color css

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

 a { background-color: rgb(231,107,93); }

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

border-color css

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

 span { border-color: rgb(231,107,93); }

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