Html Css Color HEX #E37D64 Terra Cotta

📋 copy color: '#E37D64'

red 227 ◦ green 125 ◦ blue 100

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

Shades of Terra Cotta #E37D64

Tints of Terra Cotta #E37D64

RGB

 RED value IS 227 (89.06% from 255) = 50.22%

 GREEN value IS 125 (49.22% from 255) = 27.65%

 BLUE value IS 100 (39.45% from 255) = 22.12%

R = 50.22%
G = 27.65%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.56

 K value IS 0.11

RGB Variations

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

Color information

#E37D64 (or 0xE37D64) is known color: Terra Cotta. HEX triplet: E3, 7D and 64. RGB value is (227,125,100). Sum of RGB (Red+Green+Blue) = 227+125+100=452 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.22% from 452); Green value is 125 (49.22% from 255 or 27.65% from 452); Blue value is 100 (39.45% from 255 or 22.12% from 452); Max value from RGB is 227 - color contains mainly: red. Hex color #E37D64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E37D64 is #1C829B. Grayscale: #989898. Windows color (decimal): -1868444 or 6585827. OLE color: 6585827.

HSL color Cylindrical-coordinate representation of color #E37D64: hue angle of 11.81º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E37D64 is Cyan = 0, Magento = 0.45, Yellow = 0.56 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 125 100 -
CMYK 0 0.45 0.56 0.11
HSL 11.81º 0.69% 0.64% -
HSV(B) 11.81º 0.56% 0.89% -
XYZ 41.31 31.92 16.04 -
YUV 152.65 98.29 181.03 -
System Red Green Blue C M Y K H S L
Decimal 227 125 100 0 0.45 0.56 0.11 11.81 0.69 0.64
Hex E3 7D 64 0 2D 38 B C 45 40
Octal 343 175 144 0 55 70 13 14 105 100
Binary 11100011 1111101 1100100 0 101101 111000 1011 1100 1000101 1000000

Color Harmonies of #E37D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E37D64

Black with #E37D64

Text Example


Text Example

White with #E37D64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E37D64; }

 p { color: rgb(227,125,100); }

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

background-color css

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

 a { background-color: rgb(227,125,100); }

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

border-color css

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

 span { border-color: rgb(227,125,100); }

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