Html Css Color HEX #E67064 Terra Cotta

📋 copy color: '#E67064'

red 230 ◦ green 112 ◦ blue 100

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

Shades of Terra Cotta #E67064

Tints of Terra Cotta #E67064

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.34%

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

R = 52.04%
G = 25.34%
B = 22.62%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.57

 K value IS 0.10

RGB Variations

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

Color information

#E67064 (or 0xE67064) is known color: Terra Cotta. HEX triplet: E6, 70 and 64. RGB value is (230,112,100). Sum of RGB (Red+Green+Blue) = 230+112+100=442 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.04% from 442); Green value is 112 (44.14% from 255 or 25.34% from 442); Blue value is 100 (39.45% from 255 or 22.62% from 442); Max value from RGB is 230 - color contains mainly: red. Hex color #E67064 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E67064 is #198F9B. Grayscale: #929292. Windows color (decimal): -1675164 or 6582502. OLE color: 6582502.

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

Color convert

RGB 230 112 100 -
CMYK 0 0.51 0.57 0.10
HSL 5.54º 0.72% 0.65% -
HSV(B) 5.54º 0.57% 0.9% -
XYZ 40.73 29.33 15.57 -
YUV 145.91 102.09 187.98 -
System Red Green Blue C M Y K H S L
Decimal 230 112 100 0 0.51 0.57 0.10 5.54 0.72 0.65
Hex E6 70 64 0 33 39 A 6 48 41
Octal 346 160 144 0 63 71 12 6 110 101
Binary 11100110 1110000 1100100 0 110011 111001 1010 110 1001000 1000001

Color Harmonies of #E67064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E67064

Black with #E67064

Text Example


Text Example

White with #E67064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E67064; }

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

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

background-color css

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

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

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

border-color css

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

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

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