Html Css Color HEX #E6725B Terra Cotta

📋 copy color: '#E6725B'

red 230 ◦ green 114 ◦ blue 91

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

Shades of Terra Cotta #E6725B

Tints of Terra Cotta #E6725B

RGB

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

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

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

R = 52.87%
G = 26.21%
B = 20.92%

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

#E6725B (or 0xE6725B) is known color: Terra Cotta. HEX triplet: E6, 72 and 5B. RGB value is (230,114,91). Sum of RGB (Red+Green+Blue) = 230+114+91=435 (57% of max value = 765). Red value is 230 (90.23% from 255 or 52.87% from 435); Green value is 114 (44.92% from 255 or 26.21% from 435); Blue value is 91 (35.94% from 255 or 20.92% from 435); Max value from RGB is 230 - color contains mainly: red. Hex color #E6725B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6725B is #198DA4. Grayscale: #929292. Windows color (decimal): -1674661 or 5993190. OLE color: 5993190.

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

Color convert

RGB 230 114 91 -
CMYK 0 0.50 0.60 0.10
HSL 9.93º 0.74% 0.63% -
HSV(B) 9.93º 0.6% 0.9% -
XYZ 40.54 29.61 13.48 -
YUV 146.06 96.93 187.87 -
System Red Green Blue C M Y K H S L
Decimal 230 114 91 0 0.50 0.60 0.10 9.93 0.74 0.63
Hex E6 72 5B 0 32 3C A A 4A 3F
Octal 346 162 133 0 62 74 12 12 112 77
Binary 11100110 1110010 1011011 0 110010 111100 1010 1010 1001010 111111

Color Harmonies of #E6725B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6725B

Black with #E6725B

Text Example


Text Example

White with #E6725B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6725B; }

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

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

background-color css

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

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

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

border-color css

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

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

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