Html Css Color HEX #E6765B Terra Cotta

📋 copy color: '#E6765B'

red 230 ◦ green 118 ◦ blue 91

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

Shades of Terra Cotta #E6765B

Tints of Terra Cotta #E6765B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 20.73%

R = 52.39%
G = 26.88%
B = 20.73%

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

#E6765B (or 0xE6765B) is known color: Terra Cotta. HEX triplet: E6, 76 and 5B. RGB value is (230,118,91). Sum of RGB (Red+Green+Blue) = 230+118+91=439 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.39% from 439); Green value is 118 (46.48% from 255 or 26.88% from 439); Blue value is 91 (35.94% from 255 or 20.73% from 439); Max value from RGB is 230 - color contains mainly: red. Hex color #E6765B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6765B is #1989A4. Grayscale: #949494. Windows color (decimal): -1673637 or 5994214. OLE color: 5994214.

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

Color convert

RGB 230 118 91 -
CMYK 0 0.49 0.60 0.10
HSL 11.65º 0.74% 0.63% -
HSV(B) 11.65º 0.6% 0.9% -
XYZ 41 30.54 13.63 -
YUV 148.41 95.61 186.2 -
System Red Green Blue C M Y K H S L
Decimal 230 118 91 0 0.49 0.60 0.10 11.65 0.74 0.63
Hex E6 76 5B 0 31 3C A C 4A 3F
Octal 346 166 133 0 61 74 12 14 112 77
Binary 11100110 1110110 1011011 0 110001 111100 1010 1100 1001010 111111

Color Harmonies of #E6765B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6765B

Black with #E6765B

Text Example


Text Example

White with #E6765B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6765B; }

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

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

background-color css

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

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

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

border-color css

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

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

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