Html Css Color HEX #E67864 Terra Cotta

📋 copy color: '#E67864'

red 230 ◦ green 120 ◦ blue 100

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

Shades of Terra Cotta #E67864

Tints of Terra Cotta #E67864

RGB

 RED value IS 230 (90.23% from 255) = 51.11%

 GREEN value IS 120 (47.27% from 255) = 26.67%

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

R = 51.11%
G = 26.67%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.57

 K value IS 0.10

RGB Variations

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

Color information

#E67864 (or 0xE67864) is known color: Terra Cotta. HEX triplet: E6, 78 and 64. RGB value is (230,120,100). Sum of RGB (Red+Green+Blue) = 230+120+100=450 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.11% from 450); Green value is 120 (47.27% from 255 or 26.67% from 450); Blue value is 100 (39.45% from 255 or 22.22% from 450); Max value from RGB is 230 - color contains mainly: red. Hex color #E67864 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E67864 is #19879B. Grayscale: #969696. Windows color (decimal): -1673116 or 6584550. OLE color: 6584550.

HSL color Cylindrical-coordinate representation of color #E67864: hue angle of 9.23º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E67864 is Cyan = 0, Magento = 0.48, Yellow = 0.57 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 120 100 -
CMYK 0 0.48 0.57 0.10
HSL 9.23º 0.72% 0.65% -
HSV(B) 9.23º 0.57% 0.9% -
XYZ 41.65 31.18 15.88 -
YUV 150.61 99.44 184.63 -
System Red Green Blue C M Y K H S L
Decimal 230 120 100 0 0.48 0.57 0.10 9.23 0.72 0.65
Hex E6 78 64 0 30 39 A 9 48 41
Octal 346 170 144 0 60 71 12 11 110 101
Binary 11100110 1111000 1100100 0 110000 111001 1010 1001 1001000 1000001

Color Harmonies of #E67864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E67864

Black with #E67864

Text Example


Text Example

White with #E67864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E67864; }

 p { color: rgb(230,120,100); }

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

background-color css

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

 a { background-color: rgb(230,120,100); }

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

border-color css

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

 span { border-color: rgb(230,120,100); }

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