Html Css Color HEX #EA6D67 Terra Cotta

📋 copy color: '#EA6D67'

red 234 ◦ green 109 ◦ blue 103

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

Shades of Terra Cotta #EA6D67

Tints of Terra Cotta #EA6D67

RGB

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

 GREEN value IS 109 (42.97% from 255) = 24.44%

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

R = 52.47%
G = 24.44%
B = 23.09%

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

#EA6D67 (or 0xEA6D67) is known color: Terra Cotta. HEX triplet: EA, 6D and 67. RGB value is (234,109,103). Sum of RGB (Red+Green+Blue) = 234+109+103=446 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.47% from 446); Green value is 109 (42.97% from 255 or 24.44% from 446); Blue value is 103 (40.62% from 255 or 23.09% from 446); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6D67 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6D67 is #159298. Grayscale: #919191. Windows color (decimal): -1413785 or 6778346. OLE color: 6778346.

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

Color convert

RGB 234 109 103 -
CMYK 0 0.53 0.56 0.08
HSL 2.75º 0.76% 0.66% -
HSV(B) 2.75º 0.56% 0.92% -
XYZ 41.85 29.41 16.3 -
YUV 145.69 103.91 190.99 -
System Red Green Blue C M Y K H S L
Decimal 234 109 103 0 0.53 0.56 0.08 2.75 0.76 0.66
Hex EA 6D 67 0 35 38 8 3 4C 42
Octal 352 155 147 0 65 70 10 3 114 102
Binary 11101010 1101101 1100111 0 110101 111000 1000 11 1001100 1000010

Color Harmonies of #EA6D67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6D67

Black with #EA6D67

Text Example


Text Example

White with #EA6D67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6D67; }

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

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

background-color css

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

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

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

border-color css

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

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

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