Html Css Color HEX #E6755D Terra Cotta

📋 copy color: '#E6755D'

red 230 ◦ green 117 ◦ blue 93

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

Shades of Terra Cotta #E6755D

Tints of Terra Cotta #E6755D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.59%

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

R = 52.27%
G = 26.59%
B = 21.14%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.60

 K value IS 0.10

RGB Variations

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

Color information

#E6755D (or 0xE6755D) is known color: Terra Cotta. HEX triplet: E6, 75 and 5D. RGB value is (230,117,93). Sum of RGB (Red+Green+Blue) = 230+117+93=440 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.27% from 440); Green value is 117 (46.09% from 255 or 26.59% from 440); Blue value is 93 (36.72% from 255 or 21.14% from 440); Max value from RGB is 230 - color contains mainly: red. Hex color #E6755D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6755D is #198AA2. Grayscale: #949494. Windows color (decimal): -1673891 or 6125030. OLE color: 6125030.

HSL color Cylindrical-coordinate representation of color #E6755D: hue angle of 10.51º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E6755D is Cyan = 0, Magento = 0.49, Yellow = 0.60 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 117 93 -
CMYK 0 0.49 0.60 0.10
HSL 10.51º 0.73% 0.63% -
HSV(B) 10.51º 0.6% 0.9% -
XYZ 40.97 30.34 14.05 -
YUV 148.05 96.94 186.45 -
System Red Green Blue C M Y K H S L
Decimal 230 117 93 0 0.49 0.60 0.10 10.51 0.73 0.63
Hex E6 75 5D 0 31 3C A B 49 3F
Octal 346 165 135 0 61 74 12 13 111 77
Binary 11100110 1110101 1011101 0 110001 111100 1010 1011 1001001 111111

Color Harmonies of #E6755D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6755D

Black with #E6755D

Text Example


Text Example

White with #E6755D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6755D; }

 p { color: rgb(230,117,93); }

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

background-color css

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

 a { background-color: rgb(230,117,93); }

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

border-color css

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

 span { border-color: rgb(230,117,93); }

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