Html Css Color HEX #E67065 Terra Cotta

📋 copy color: '#E67065'

red 230 ◦ green 112 ◦ blue 101

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

Shades of Terra Cotta #E67065

Tints of Terra Cotta #E67065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 22.8%

R = 51.92%
G = 25.28%
B = 22.8%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.56

 K value IS 0.10

RGB Variations

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

Color information

#E67065 (or 0xE67065) is known color: Terra Cotta. HEX triplet: E6, 70 and 65. RGB value is (230,112,101). Sum of RGB (Red+Green+Blue) = 230+112+101=443 (58% of max value = 765). Red value is 230 (90.23% from 255 or 51.92% from 443); Green value is 112 (44.14% from 255 or 25.28% from 443); Blue value is 101 (39.84% from 255 or 22.80% from 443); Max value from RGB is 230 - color contains mainly: red. Hex color #E67065 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E67065 is #198F9A. Grayscale: #929292. Windows color (decimal): -1675163 or 6648038. OLE color: 6648038.

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

Color convert

RGB 230 112 101 -
CMYK 0 0.51 0.56 0.10
HSL 5.12º 0.72% 0.65% -
HSV(B) 5.12º 0.56% 0.9% -
XYZ 40.78 29.35 15.83 -
YUV 146.03 102.59 187.89 -
System Red Green Blue C M Y K H S L
Decimal 230 112 101 0 0.51 0.56 0.10 5.12 0.72 0.65
Hex E6 70 65 0 33 38 A 5 48 41
Octal 346 160 145 0 63 70 12 5 110 101
Binary 11100110 1110000 1100101 0 110011 111000 1010 101 1001000 1000001

Color Harmonies of #E67065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E67065

Black with #E67065

Text Example


Text Example

White with #E67065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E67065; }

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

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

background-color css

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

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

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

border-color css

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

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

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