Html Css Color HEX #E0765E Terra Cotta

📋 copy color: '#E0765E'

red 224 ◦ green 118 ◦ blue 94

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

Shades of Terra Cotta #E0765E

Tints of Terra Cotta #E0765E

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.06%

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

R = 51.38%
G = 27.06%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#E0765E (or 0xE0765E) is known color: Terra Cotta. HEX triplet: E0, 76 and 5E. RGB value is (224,118,94). Sum of RGB (Red+Green+Blue) = 224+118+94=436 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.38% from 436); Green value is 118 (46.48% from 255 or 27.06% from 436); Blue value is 94 (37.11% from 255 or 21.56% from 436); Max value from RGB is 224 - color contains mainly: red. Hex color #E0765E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0765E is #1F89A1. Grayscale: #939393. Windows color (decimal): -2066850 or 6190816. OLE color: 6190816.

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

Color convert

RGB 224 118 94 -
CMYK 0 0.47 0.58 0.12
HSL 11.08º 0.68% 0.62% -
HSV(B) 11.08º 0.58% 0.88% -
XYZ 39.24 29.61 14.24 -
YUV 146.96 98.12 182.95 -
System Red Green Blue C M Y K H S L
Decimal 224 118 94 0 0.47 0.58 0.12 11.08 0.68 0.62
Hex E0 76 5E 0 2F 3A C B 44 3E
Octal 340 166 136 0 57 72 14 13 104 76
Binary 11100000 1110110 1011110 0 101111 111010 1100 1011 1000100 111110

Color Harmonies of #E0765E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0765E

Black with #E0765E

Text Example


Text Example

White with #E0765E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0765E; }

 p { color: rgb(224,118,94); }

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

background-color css

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

 a { background-color: rgb(224,118,94); }

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

border-color css

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

 span { border-color: rgb(224,118,94); }

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