Html Css Color HEX #E0765C Terra Cotta

📋 copy color: '#E0765C'

red 224 ◦ green 118 ◦ blue 92

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

Shades of Terra Cotta #E0765C

Tints of Terra Cotta #E0765C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 21.2%

R = 51.61%
G = 27.19%
B = 21.2%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.59

 K value IS 0.12

RGB Variations

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

Color information

#E0765C (or 0xE0765C) is known color: Terra Cotta. HEX triplet: E0, 76 and 5C. RGB value is (224,118,92). Sum of RGB (Red+Green+Blue) = 224+118+92=434 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.61% from 434); Green value is 118 (46.48% from 255 or 27.19% from 434); Blue value is 92 (36.33% from 255 or 21.20% from 434); Max value from RGB is 224 - color contains mainly: red. Hex color #E0765C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0765C is #1F89A3. Grayscale: #929292. Windows color (decimal): -2066852 or 6059744. OLE color: 6059744.

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

Color convert

RGB 224 118 92 -
CMYK 0 0.47 0.59 0.12
HSL 11.82º 0.68% 0.62% -
HSV(B) 11.82º 0.59% 0.88% -
XYZ 39.15 29.58 13.77 -
YUV 146.73 97.12 183.11 -
System Red Green Blue C M Y K H S L
Decimal 224 118 92 0 0.47 0.59 0.12 11.82 0.68 0.62
Hex E0 76 5C 0 2F 3B C C 44 3E
Octal 340 166 134 0 57 73 14 14 104 76
Binary 11100000 1110110 1011100 0 101111 111011 1100 1100 1000100 111110

Color Harmonies of #E0765C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0765C

Black with #E0765C

Text Example


Text Example

White with #E0765C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0765C; }

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

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

background-color css

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

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

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

border-color css

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

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

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