Html Css Color HEX #E46F64 Terra Cotta

📋 copy color: '#E46F64'

red 228 ◦ green 111 ◦ blue 100

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

Shades of Terra Cotta #E46F64

Tints of Terra Cotta #E46F64

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.28%

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

R = 51.94%
G = 25.28%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.56

 K value IS 0.11

RGB Variations

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

Color information

#E46F64 (or 0xE46F64) is known color: Terra Cotta. HEX triplet: E4, 6F and 64. RGB value is (228,111,100). Sum of RGB (Red+Green+Blue) = 228+111+100=439 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.94% from 439); Green value is 111 (43.75% from 255 or 25.28% from 439); Blue value is 100 (39.45% from 255 or 22.78% from 439); Max value from RGB is 228 - color contains mainly: red. Hex color #E46F64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E46F64 is #1B909B. Grayscale: #909090. Windows color (decimal): -1806492 or 6582244. OLE color: 6582244.

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

Color convert

RGB 228 111 100 -
CMYK 0 0.51 0.56 0.11
HSL 5.16º 0.7% 0.64% -
HSV(B) 5.16º 0.56% 0.89% -
XYZ 39.98 28.78 15.51 -
YUV 144.73 102.76 187.39 -
System Red Green Blue C M Y K H S L
Decimal 228 111 100 0 0.51 0.56 0.11 5.16 0.7 0.64
Hex E4 6F 64 0 33 38 B 5 46 40
Octal 344 157 144 0 63 70 13 5 106 100
Binary 11100100 1101111 1100100 0 110011 111000 1011 101 1000110 1000000

Color Harmonies of #E46F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E46F64

Black with #E46F64

Text Example


Text Example

White with #E46F64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E46F64; }

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

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

background-color css

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

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

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

border-color css

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

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

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