Html Css Color HEX #EA7467 Terra Cotta

📋 copy color: '#EA7467'

red 234 ◦ green 116 ◦ blue 103

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

Shades of Terra Cotta #EA7467

Tints of Terra Cotta #EA7467

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25.61%

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

R = 51.66%
G = 25.61%
B = 22.74%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.56

 K value IS 0.08

RGB Variations

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

Color information

#EA7467 (or 0xEA7467) is known color: Terra Cotta. HEX triplet: EA, 74 and 67. RGB value is (234,116,103). Sum of RGB (Red+Green+Blue) = 234+116+103=453 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.66% from 453); Green value is 116 (45.70% from 255 or 25.61% from 453); Blue value is 103 (40.62% from 255 or 22.74% from 453); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7467 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA7467 is #158B98. Grayscale: #959595. Windows color (decimal): -1411993 or 6780138. OLE color: 6780138.

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

Color convert

RGB 234 116 103 -
CMYK 0 0.50 0.56 0.08
HSL 5.95º 0.76% 0.66% -
HSV(B) 5.95º 0.56% 0.92% -
XYZ 42.63 30.96 16.56 -
YUV 149.8 101.59 188.06 -
System Red Green Blue C M Y K H S L
Decimal 234 116 103 0 0.50 0.56 0.08 5.95 0.76 0.66
Hex EA 74 67 0 32 38 8 6 4C 42
Octal 352 164 147 0 62 70 10 6 114 102
Binary 11101010 1110100 1100111 0 110010 111000 1000 110 1001100 1000010

Color Harmonies of #EA7467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7467

Black with #EA7467

Text Example


Text Example

White with #EA7467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7467; }

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

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

background-color css

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

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

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

border-color css

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

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

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