Html Css Color HEX #E6735E Terra Cotta

📋 copy color: '#E6735E'

red 230 ◦ green 115 ◦ blue 94

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

Shades of Terra Cotta #E6735E

Tints of Terra Cotta #E6735E

RGB

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

 GREEN value IS 115 (45.31% from 255) = 26.2%

 BLUE value IS 94 (37.11% from 255) = 21.41%

R = 52.39%
G = 26.2%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.59

 K value IS 0.10

RGB Variations

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

Color information

#E6735E (or 0xE6735E) is known color: Terra Cotta. HEX triplet: E6, 73 and 5E. RGB value is (230,115,94). Sum of RGB (Red+Green+Blue) = 230+115+94=439 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.39% from 439); Green value is 115 (45.31% from 255 or 26.20% from 439); Blue value is 94 (37.11% from 255 or 21.41% from 439); Max value from RGB is 230 - color contains mainly: red. Hex color #E6735E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6735E is #198CA1. Grayscale: #939393. Windows color (decimal): -1674402 or 6190054. OLE color: 6190054.

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

Color convert

RGB 230 115 94 -
CMYK 0 0.5 0.59 0.10
HSL 9.26º 0.73% 0.64% -
HSV(B) 9.26º 0.59% 0.9% -
XYZ 40.78 29.89 14.21 -
YUV 146.99 98.1 187.21 -
System Red Green Blue C M Y K H S L
Decimal 230 115 94 0 0.5 0.59 0.10 9.26 0.73 0.64
Hex E6 73 5E 0 32 3B A 9 49 40
Octal 346 163 136 0 62 73 12 11 111 100
Binary 11100110 1110011 1011110 0 110010 111011 1010 1001 1001001 1000000

Color Harmonies of #E6735E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6735E

Black with #E6735E

Text Example


Text Example

White with #E6735E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6735E; }

 p { color: rgb(230,115,94); }

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

background-color css

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

 a { background-color: rgb(230,115,94); }

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

border-color css

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

 span { border-color: rgb(230,115,94); }

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