Html Css Color HEX #EA7067 Terra Cotta

📋 copy color: '#EA7067'

red 234 ◦ green 112 ◦ blue 103

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

Shades of Terra Cotta #EA7067

Tints of Terra Cotta #EA7067

RGB

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

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

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

R = 52.12%
G = 24.94%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.56

 K value IS 0.08

RGB Variations

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

Color information

#EA7067 (or 0xEA7067) is known color: Terra Cotta. HEX triplet: EA, 70 and 67. RGB value is (234,112,103). Sum of RGB (Red+Green+Blue) = 234+112+103=449 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.12% from 449); Green value is 112 (44.14% from 255 or 24.94% from 449); Blue value is 103 (40.62% from 255 or 22.94% from 449); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7067 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA7067 is #158F98. Grayscale: #939393. Windows color (decimal): -1413017 or 6779114. OLE color: 6779114.

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

Color convert

RGB 234 112 103 -
CMYK 0 0.52 0.56 0.08
HSL 4.12º 0.76% 0.66% -
HSV(B) 4.12º 0.56% 0.92% -
XYZ 42.17 30.06 16.41 -
YUV 147.45 102.92 189.73 -
System Red Green Blue C M Y K H S L
Decimal 234 112 103 0 0.52 0.56 0.08 4.12 0.76 0.66
Hex EA 70 67 0 34 38 8 4 4C 42
Octal 352 160 147 0 64 70 10 4 114 102
Binary 11101010 1110000 1100111 0 110100 111000 1000 100 1001100 1000010

Color Harmonies of #EA7067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7067

Black with #EA7067

Text Example


Text Example

White with #EA7067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7067; }

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

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

background-color css

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

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

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

border-color css

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

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

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