Html Css Color HEX #E9705F Terra Cotta

📋 copy color: '#E9705F'

red 233 ◦ green 112 ◦ blue 95

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

Shades of Terra Cotta #E9705F

Tints of Terra Cotta #E9705F

RGB

 RED value IS 233 (91.41% from 255) = 52.95%

 GREEN value IS 112 (44.14% from 255) = 25.45%

 BLUE value IS 95 (37.5% from 255) = 21.59%

R = 52.95%
G = 25.45%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.59

 K value IS 0.09

RGB Variations

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

Color information

#E9705F (or 0xE9705F) is known color: Terra Cotta. HEX triplet: E9, 70 and 5F. RGB value is (233,112,95). Sum of RGB (Red+Green+Blue) = 233+112+95=440 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.95% from 440); Green value is 112 (44.14% from 255 or 25.45% from 440); Blue value is 95 (37.5% from 255 or 21.59% from 440); Max value from RGB is 233 - color contains mainly: red. Hex color #E9705F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E9705F is #168FA0. Grayscale: #929292. Windows color (decimal): -1478561 or 6254825. OLE color: 6254825.

HSL color Cylindrical-coordinate representation of color #E9705F: hue angle of 7.39º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E9705F is Cyan = 0, Magento = 0.52, Yellow = 0.59 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 112 95 -
CMYK 0 0.52 0.59 0.09
HSL 7.39º 0.76% 0.64% -
HSV(B) 7.39º 0.59% 0.91% -
XYZ 41.46 29.74 14.38 -
YUV 146.24 99.09 189.88 -
System Red Green Blue C M Y K H S L
Decimal 233 112 95 0 0.52 0.59 0.09 7.39 0.76 0.64
Hex E9 70 5F 0 34 3B 9 7 4C 40
Octal 351 160 137 0 64 73 11 7 114 100
Binary 11101001 1110000 1011111 0 110100 111011 1001 111 1001100 1000000

Color Harmonies of #E9705F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9705F

Black with #E9705F

Text Example


Text Example

White with #E9705F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9705F; }

 p { color: rgb(233,112,95); }

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

background-color css

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

 a { background-color: rgb(233,112,95); }

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

border-color css

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

 span { border-color: rgb(233,112,95); }

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