Html Css Color HEX #EA6A56 Terra Cotta

📋 copy color: '#EA6A56'

red 234 ◦ green 106 ◦ blue 86

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

Shades of Terra Cotta #EA6A56

Tints of Terra Cotta #EA6A56

RGB

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

 GREEN value IS 106 (41.8% from 255) = 24.88%

 BLUE value IS 86 (33.98% from 255) = 20.19%

R = 54.93%
G = 24.88%
B = 20.19%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.63

 K value IS 0.08

RGB Variations

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

Color information

#EA6A56 (or 0xEA6A56) is known color: Terra Cotta. HEX triplet: EA, 6A and 56. RGB value is (234,106,86). Sum of RGB (Red+Green+Blue) = 234+106+86=426 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.93% from 426); Green value is 106 (41.80% from 255 or 24.88% from 426); Blue value is 86 (33.98% from 255 or 20.19% from 426); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6A56 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6A56 is #1595A9. Grayscale: #8E8E8E. Windows color (decimal): -1414570 or 5663466. OLE color: 5663466.

HSL color Cylindrical-coordinate representation of color #EA6A56: hue angle of 8.11º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EA6A56 is Cyan = 0, Magento = 0.55, Yellow = 0.63 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 106 86 -
CMYK 0 0.55 0.63 0.08
HSL 8.11º 0.78% 0.63% -
HSV(B) 8.11º 0.63% 0.92% -
XYZ 40.77 28.47 12.15 -
YUV 141.99 96.41 193.63 -
System Red Green Blue C M Y K H S L
Decimal 234 106 86 0 0.55 0.63 0.08 8.11 0.78 0.63
Hex EA 6A 56 0 37 3F 8 8 4E 3F
Octal 352 152 126 0 67 77 10 10 116 77
Binary 11101010 1101010 1010110 0 110111 111111 1000 1000 1001110 111111

Color Harmonies of #EA6A56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6A56

Black with #EA6A56

Text Example


Text Example

White with #EA6A56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6A56; }

 p { color: rgb(234,106,86); }

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

background-color css

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

 a { background-color: rgb(234,106,86); }

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

border-color css

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

 span { border-color: rgb(234,106,86); }

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