Html Css Color HEX #E6765D Terra Cotta

📋 copy color: '#E6765D'

red 230 ◦ green 118 ◦ blue 93

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

Shades of Terra Cotta #E6765D

Tints of Terra Cotta #E6765D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 26.76%

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

R = 52.15%
G = 26.76%
B = 21.09%

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

#E6765D (or 0xE6765D) is known color: Terra Cotta. HEX triplet: E6, 76 and 5D. RGB value is (230,118,93). Sum of RGB (Red+Green+Blue) = 230+118+93=441 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.15% from 441); Green value is 118 (46.48% from 255 or 26.76% from 441); Blue value is 93 (36.72% from 255 or 21.09% from 441); Max value from RGB is 230 - color contains mainly: red. Hex color #E6765D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6765D is #1989A2. Grayscale: #949494. Windows color (decimal): -1673635 or 6125286. OLE color: 6125286.

HSL color Cylindrical-coordinate representation of color #E6765D: hue angle of 10.95º 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 #E6765D is Cyan = 0, Magento = 0.49, Yellow = 0.60 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 118 93 -
CMYK 0 0.49 0.60 0.10
HSL 10.95º 0.73% 0.63% -
HSV(B) 10.95º 0.6% 0.9% -
XYZ 41.09 30.57 14.09 -
YUV 148.64 96.61 186.03 -
System Red Green Blue C M Y K H S L
Decimal 230 118 93 0 0.49 0.60 0.10 10.95 0.73 0.63
Hex E6 76 5D 0 31 3C A B 49 3F
Octal 346 166 135 0 61 74 12 13 111 77
Binary 11100110 1110110 1011101 0 110001 111100 1010 1011 1001001 111111

Color Harmonies of #E6765D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6765D

Black with #E6765D

Text Example


Text Example

White with #E6765D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6765D; }

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

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

background-color css

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

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

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

border-color css

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

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

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