Html Css Color HEX #E46C64 Terra Cotta

📋 copy color: '#E46C64'

red 228 ◦ green 108 ◦ blue 100

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

Shades of Terra Cotta #E46C64

Tints of Terra Cotta #E46C64

RGB

 RED value IS 228 (89.45% from 255) = 52.29%

 GREEN value IS 108 (42.58% from 255) = 24.77%

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

R = 52.29%
G = 24.77%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.56

 K value IS 0.11

RGB Variations

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

Color information

#E46C64 (or 0xE46C64) is known color: Terra Cotta. HEX triplet: E4, 6C and 64. RGB value is (228,108,100). Sum of RGB (Red+Green+Blue) = 228+108+100=436 (57% of max value = 765). Red value is 228 (89.45% from 255 or 52.29% from 436); Green value is 108 (42.58% from 255 or 24.77% from 436); Blue value is 100 (39.45% from 255 or 22.94% from 436); Max value from RGB is 228 - color contains mainly: red. Hex color #E46C64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E46C64 is #1B939B. Grayscale: #8F8F8F. Windows color (decimal): -1807260 or 6581476. OLE color: 6581476.

HSL color Cylindrical-coordinate representation of color #E46C64: hue angle of 3.75º degrees, saturation: 0.7, 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 #E46C64 is Cyan = 0, Magento = 0.53, Yellow = 0.56 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 108 100 -
CMYK 0 0.53 0.56 0.11
HSL 3.75º 0.7% 0.64% -
HSV(B) 3.75º 0.56% 0.89% -
XYZ 39.66 28.14 15.4 -
YUV 142.97 103.76 188.65 -
System Red Green Blue C M Y K H S L
Decimal 228 108 100 0 0.53 0.56 0.11 3.75 0.7 0.64
Hex E4 6C 64 0 35 38 B 4 46 40
Octal 344 154 144 0 65 70 13 4 106 100
Binary 11100100 1101100 1100100 0 110101 111000 1011 100 1000110 1000000

Color Harmonies of #E46C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E46C64

Black with #E46C64

Text Example


Text Example

White with #E46C64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E46C64; }

 p { color: rgb(228,108,100); }

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

background-color css

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

 a { background-color: rgb(228,108,100); }

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

border-color css

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

 span { border-color: rgb(228,108,100); }

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