Html Css Color HEX #E67464 Terra Cotta

📋 copy color: '#E67464'

red 230 ◦ green 116 ◦ blue 100

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

Shades of Terra Cotta #E67464

Tints of Terra Cotta #E67464

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.01%

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

R = 51.57%
G = 26.01%
B = 22.42%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.57

 K value IS 0.10

RGB Variations

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

Color information

#E67464 (or 0xE67464) is known color: Terra Cotta. HEX triplet: E6, 74 and 64. RGB value is (230,116,100). Sum of RGB (Red+Green+Blue) = 230+116+100=446 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.57% from 446); Green value is 116 (45.70% from 255 or 26.01% from 446); Blue value is 100 (39.45% from 255 or 22.42% from 446); Max value from RGB is 230 - color contains mainly: red. Hex color #E67464 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E67464 is #198B9B. Grayscale: #949494. Windows color (decimal): -1674140 or 6583526. OLE color: 6583526.

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

Color convert

RGB 230 116 100 -
CMYK 0 0.50 0.57 0.10
HSL 7.38º 0.72% 0.65% -
HSV(B) 7.38º 0.57% 0.9% -
XYZ 41.18 30.23 15.72 -
YUV 148.26 100.77 186.3 -
System Red Green Blue C M Y K H S L
Decimal 230 116 100 0 0.50 0.57 0.10 7.38 0.72 0.65
Hex E6 74 64 0 32 39 A 7 48 41
Octal 346 164 144 0 62 71 12 7 110 101
Binary 11100110 1110100 1100100 0 110010 111001 1010 111 1001000 1000001

Color Harmonies of #E67464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E67464

Black with #E67464

Text Example


Text Example

White with #E67464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E67464; }

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

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

background-color css

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

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

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

border-color css

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

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

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