Html Css Color HEX #E6725D Terra Cotta

📋 copy color: '#E6725D'

red 230 ◦ green 114 ◦ blue 93

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

Shades of Terra Cotta #E6725D

Tints of Terra Cotta #E6725D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 26.09%

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

R = 52.63%
G = 26.09%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.60

 K value IS 0.10

RGB Variations

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

Color information

#E6725D (or 0xE6725D) is known color: Terra Cotta. HEX triplet: E6, 72 and 5D. RGB value is (230,114,93). Sum of RGB (Red+Green+Blue) = 230+114+93=437 (57% of max value = 765). Red value is 230 (90.23% from 255 or 52.63% from 437); Green value is 114 (44.92% from 255 or 26.09% from 437); Blue value is 93 (36.72% from 255 or 21.28% from 437); Max value from RGB is 230 - color contains mainly: red. Hex color #E6725D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6725D is #198DA2. Grayscale: #929292. Windows color (decimal): -1674659 or 6124262. OLE color: 6124262.

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

Color convert

RGB 230 114 93 -
CMYK 0 0.50 0.60 0.10
HSL 9.2º 0.73% 0.63% -
HSV(B) 9.2º 0.6% 0.9% -
XYZ 40.63 29.65 13.94 -
YUV 146.29 97.93 187.71 -
System Red Green Blue C M Y K H S L
Decimal 230 114 93 0 0.50 0.60 0.10 9.2 0.73 0.63
Hex E6 72 5D 0 32 3C A 9 49 3F
Octal 346 162 135 0 62 74 12 11 111 77
Binary 11100110 1110010 1011101 0 110010 111100 1010 1001 1001001 111111

Color Harmonies of #E6725D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6725D

Black with #E6725D

Text Example


Text Example

White with #E6725D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6725D; }

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

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

background-color css

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

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

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

border-color css

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

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

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