Html Css Color HEX #E0755F Terra Cotta

📋 copy color: '#E0755F'

red 224 ◦ green 117 ◦ blue 95

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

Shades of Terra Cotta #E0755F

Tints of Terra Cotta #E0755F

RGB

 RED value IS 224 (87.89% from 255) = 51.38%

 GREEN value IS 117 (46.09% from 255) = 26.83%

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

R = 51.38%
G = 26.83%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#E0755F (or 0xE0755F) is known color: Terra Cotta. HEX triplet: E0, 75 and 5F. RGB value is (224,117,95). Sum of RGB (Red+Green+Blue) = 224+117+95=436 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.38% from 436); Green value is 117 (46.09% from 255 or 26.83% from 436); Blue value is 95 (37.5% from 255 or 21.79% from 436); Max value from RGB is 224 - color contains mainly: red. Hex color #E0755F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0755F is #1F8AA0. Grayscale: #929292. Windows color (decimal): -2067105 or 6256096. OLE color: 6256096.

HSL color Cylindrical-coordinate representation of color #E0755F: hue angle of 10.23º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E0755F is Cyan = 0, Magento = 0.48, Yellow = 0.58 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 117 95 -
CMYK 0 0.48 0.58 0.12
HSL 10.23º 0.68% 0.63% -
HSV(B) 10.23º 0.58% 0.88% -
XYZ 39.17 29.4 14.44 -
YUV 146.49 98.95 183.29 -
System Red Green Blue C M Y K H S L
Decimal 224 117 95 0 0.48 0.58 0.12 10.23 0.68 0.63
Hex E0 75 5F 0 30 3A C A 44 3F
Octal 340 165 137 0 60 72 14 12 104 77
Binary 11100000 1110101 1011111 0 110000 111010 1100 1010 1000100 111111

Color Harmonies of #E0755F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0755F

Black with #E0755F

Text Example


Text Example

White with #E0755F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0755F; }

 p { color: rgb(224,117,95); }

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

background-color css

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

 a { background-color: rgb(224,117,95); }

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

border-color css

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

 span { border-color: rgb(224,117,95); }

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