Html Css Color HEX #E7805F Terra Cotta

📋 copy color: '#E7805F'

red 231 ◦ green 128 ◦ blue 95

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

Shades of Terra Cotta #E7805F

Tints of Terra Cotta #E7805F

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.19%

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

R = 50.88%
G = 28.19%
B = 20.93%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.59

 K value IS 0.09

RGB Variations

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

Color information

#E7805F (or 0xE7805F) is known color: Terra Cotta. HEX triplet: E7, 80 and 5F. RGB value is (231,128,95). Sum of RGB (Red+Green+Blue) = 231+128+95=454 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.88% from 454); Green value is 128 (50.39% from 255 or 28.19% from 454); Blue value is 95 (37.5% from 255 or 20.93% from 454); Max value from RGB is 231 - color contains mainly: red. Hex color #E7805F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7805F is #187FA0. Grayscale: #9B9B9B. Windows color (decimal): -1605537 or 6258919. OLE color: 6258919.

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

Color convert

RGB 231 128 95 -
CMYK 0 0.45 0.59 0.09
HSL 14.56º 0.74% 0.64% -
HSV(B) 14.56º 0.59% 0.91% -
XYZ 42.74 33.25 14.99 -
YUV 155.04 94.12 182.18 -
System Red Green Blue C M Y K H S L
Decimal 231 128 95 0 0.45 0.59 0.09 14.56 0.74 0.64
Hex E7 80 5F 0 2D 3B 9 F 4A 40
Octal 347 200 137 0 55 73 11 17 112 100
Binary 11100111 10000000 1011111 0 101101 111011 1001 1111 1001010 1000000

Color Harmonies of #E7805F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7805F

Black with #E7805F

Text Example


Text Example

White with #E7805F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7805F; }

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

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

background-color css

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

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

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

border-color css

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

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

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