Html Css Color HEX #E66965 Terra Cotta

📋 copy color: '#E66965'

red 230 ◦ green 105 ◦ blue 101

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

Shades of Terra Cotta #E66965

Tints of Terra Cotta #E66965

RGB

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

 GREEN value IS 105 (41.41% from 255) = 24.08%

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

R = 52.75%
G = 24.08%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.56

 K value IS 0.10

RGB Variations

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

Color information

#E66965 (or 0xE66965) is known color: Terra Cotta. HEX triplet: E6, 69 and 65. RGB value is (230,105,101). Sum of RGB (Red+Green+Blue) = 230+105+101=436 (57% of max value = 765). Red value is 230 (90.23% from 255 or 52.75% from 436); Green value is 105 (41.41% from 255 or 24.08% from 436); Blue value is 101 (39.84% from 255 or 23.17% from 436); Max value from RGB is 230 - color contains mainly: red. Hex color #E66965 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E66965 is #19969A. Grayscale: #8E8E8E. Windows color (decimal): -1676955 or 6646246. OLE color: 6646246.

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

Color convert

RGB 230 105 101 -
CMYK 0 0.54 0.56 0.10
HSL 1.86º 0.72% 0.65% -
HSV(B) 1.86º 0.56% 0.9% -
XYZ 40.03 27.87 15.58 -
YUV 141.92 104.91 190.83 -
System Red Green Blue C M Y K H S L
Decimal 230 105 101 0 0.54 0.56 0.10 1.86 0.72 0.65
Hex E6 69 65 0 36 38 A 2 48 41
Octal 346 151 145 0 66 70 12 2 110 101
Binary 11100110 1101001 1100101 0 110110 111000 1010 10 1001000 1000001

Color Harmonies of #E66965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66965

Black with #E66965

Text Example


Text Example

White with #E66965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66965; }

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

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

background-color css

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

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

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

border-color css

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

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

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