Html Css Color HEX #E6805F Terra Cotta

📋 copy color: '#E6805F'

red 230 ◦ green 128 ◦ blue 95

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

Shades of Terra Cotta #E6805F

Tints of Terra Cotta #E6805F

RGB

 RED value IS 230 (90.23% from 255) = 50.77%

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

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

R = 50.77%
G = 28.26%
B = 20.97%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.59

 K value IS 0.10

RGB Variations

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

Color information

#E6805F (or 0xE6805F) is known color: Terra Cotta. HEX triplet: E6, 80 and 5F. RGB value is (230,128,95). Sum of RGB (Red+Green+Blue) = 230+128+95=453 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.77% from 453); Green value is 128 (50.39% from 255 or 28.26% from 453); Blue value is 95 (37.5% from 255 or 20.97% from 453); Max value from RGB is 230 - color contains mainly: red. Hex color #E6805F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6805F is #197FA0. Grayscale: #9A9A9A. Windows color (decimal): -1671073 or 6258918. OLE color: 6258918.

HSL color Cylindrical-coordinate representation of color #E6805F: hue angle of 14.67º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E6805F is Cyan = 0, Magento = 0.44, Yellow = 0.59 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 128 95 -
CMYK 0 0.44 0.59 0.10
HSL 14.67º 0.73% 0.64% -
HSV(B) 14.67º 0.59% 0.9% -
XYZ 42.42 33.09 14.98 -
YUV 154.74 94.29 181.68 -
System Red Green Blue C M Y K H S L
Decimal 230 128 95 0 0.44 0.59 0.10 14.67 0.73 0.64
Hex E6 80 5F 0 2C 3B A F 49 40
Octal 346 200 137 0 54 73 12 17 111 100
Binary 11100110 10000000 1011111 0 101100 111011 1010 1111 1001001 1000000

Color Harmonies of #E6805F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6805F

Black with #E6805F

Text Example


Text Example

White with #E6805F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6805F; }

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

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

background-color css

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

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

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

border-color css

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

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

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