Html Css Color HEX #E6765A Terra Cotta

📋 copy color: '#E6765A'

red 230 ◦ green 118 ◦ blue 90

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

Shades of Terra Cotta #E6765A

Tints of Terra Cotta #E6765A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 20.55%

R = 52.51%
G = 26.94%
B = 20.55%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.61

 K value IS 0.10

RGB Variations

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

Color information

#E6765A (or 0xE6765A) is known color: Terra Cotta. HEX triplet: E6, 76 and 5A. RGB value is (230,118,90). Sum of RGB (Red+Green+Blue) = 230+118+90=438 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.51% from 438); Green value is 118 (46.48% from 255 or 26.94% from 438); Blue value is 90 (35.55% from 255 or 20.55% from 438); Max value from RGB is 230 - color contains mainly: red. Hex color #E6765A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6765A is #1989A5. Grayscale: #949494. Windows color (decimal): -1673638 or 5928678. OLE color: 5928678.

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

Color convert

RGB 230 118 90 -
CMYK 0 0.49 0.61 0.10
HSL 12º 0.74% 0.63% -
HSV(B) 12º 0.61% 0.9% -
XYZ 40.96 30.52 13.4 -
YUV 148.3 95.11 186.28 -
System Red Green Blue C M Y K H S L
Decimal 230 118 90 0 0.49 0.61 0.10 12 0.74 0.63
Hex E6 76 5A 0 31 3D A C 4A 3F
Octal 346 166 132 0 61 75 12 14 112 77
Binary 11100110 1110110 1011010 0 110001 111101 1010 1100 1001010 111111

Color Harmonies of #E6765A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6765A

Black with #E6765A

Text Example


Text Example

White with #E6765A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6765A; }

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

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

background-color css

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

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

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

border-color css

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

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

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