Html Css Color HEX #EA7367 Terra Cotta

📋 copy color: '#EA7367'

red 234 ◦ green 115 ◦ blue 103

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

Shades of Terra Cotta #EA7367

Tints of Terra Cotta #EA7367

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.44%

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

R = 51.77%
G = 25.44%
B = 22.79%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.56

 K value IS 0.08

RGB Variations

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

Color information

#EA7367 (or 0xEA7367) is known color: Terra Cotta. HEX triplet: EA, 73 and 67. RGB value is (234,115,103). Sum of RGB (Red+Green+Blue) = 234+115+103=452 (59% of max value = 765). Red value is 234 (91.80% from 255 or 51.77% from 452); Green value is 115 (45.31% from 255 or 25.44% from 452); Blue value is 103 (40.62% from 255 or 22.79% from 452); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7367 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA7367 is #158C98. Grayscale: #959595. Windows color (decimal): -1412249 or 6779882. OLE color: 6779882.

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

Color convert

RGB 234 115 103 -
CMYK 0 0.51 0.56 0.08
HSL 5.5º 0.76% 0.66% -
HSV(B) 5.5º 0.56% 0.92% -
XYZ 42.51 30.73 16.52 -
YUV 149.21 101.92 188.48 -
System Red Green Blue C M Y K H S L
Decimal 234 115 103 0 0.51 0.56 0.08 5.5 0.76 0.66
Hex EA 73 67 0 33 38 8 5 4C 42
Octal 352 163 147 0 63 70 10 5 114 102
Binary 11101010 1110011 1100111 0 110011 111000 1000 101 1001100 1000010

Color Harmonies of #EA7367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7367

Black with #EA7367

Text Example


Text Example

White with #EA7367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7367; }

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

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

background-color css

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

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

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

border-color css

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

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

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