Html Css Color HEX #EA6E67 Terra Cotta

📋 copy color: '#EA6E67'

red 234 ◦ green 110 ◦ blue 103

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

Shades of Terra Cotta #EA6E67

Tints of Terra Cotta #EA6E67

RGB

 RED value IS 234 (91.8% from 255) = 52.35%

 GREEN value IS 110 (43.36% from 255) = 24.61%

 BLUE value IS 103 (40.63% from 255) = 23.04%

R = 52.35%
G = 24.61%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.56

 K value IS 0.08

RGB Variations

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

Color information

#EA6E67 (or 0xEA6E67) is known color: Terra Cotta. HEX triplet: EA, 6E and 67. RGB value is (234,110,103). Sum of RGB (Red+Green+Blue) = 234+110+103=447 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.35% from 447); Green value is 110 (43.36% from 255 or 24.61% from 447); Blue value is 103 (40.62% from 255 or 23.04% from 447); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6E67 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6E67 is #159198. Grayscale: #929292. Windows color (decimal): -1413529 or 6778602. OLE color: 6778602.

HSL color Cylindrical-coordinate representation of color #EA6E67: hue angle of 3.21º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EA6E67 is Cyan = 0, Magento = 0.53, Yellow = 0.56 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 110 103 -
CMYK 0 0.53 0.56 0.08
HSL 3.21º 0.76% 0.66% -
HSV(B) 3.21º 0.56% 0.92% -
XYZ 41.96 29.62 16.34 -
YUV 146.28 103.58 190.57 -
System Red Green Blue C M Y K H S L
Decimal 234 110 103 0 0.53 0.56 0.08 3.21 0.76 0.66
Hex EA 6E 67 0 35 38 8 3 4C 42
Octal 352 156 147 0 65 70 10 3 114 102
Binary 11101010 1101110 1100111 0 110101 111000 1000 11 1001100 1000010

Color Harmonies of #EA6E67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6E67

Black with #EA6E67

Text Example


Text Example

White with #EA6E67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6E67; }

 p { color: rgb(234,110,103); }

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

background-color css

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

 a { background-color: rgb(234,110,103); }

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

border-color css

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

 span { border-color: rgb(234,110,103); }

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