Html Css Color HEX #EA6B57 Terra Cotta

📋 copy color: '#EA6B57'

red 234 ◦ green 107 ◦ blue 87

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

Shades of Terra Cotta #EA6B57

Tints of Terra Cotta #EA6B57

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25%

 BLUE value IS 87 (34.38% from 255) = 20.33%

R = 54.67%
G = 25%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.63

 K value IS 0.08

RGB Variations

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

Color information

#EA6B57 (or 0xEA6B57) is known color: Terra Cotta. HEX triplet: EA, 6B and 57. RGB value is (234,107,87). Sum of RGB (Red+Green+Blue) = 234+107+87=428 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.67% from 428); Green value is 107 (42.19% from 255 or 25% from 428); Blue value is 87 (34.38% from 255 or 20.33% from 428); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6B57 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6B57 is #1594A8. Grayscale: #8E8E8E. Windows color (decimal): -1414313 or 5729258. OLE color: 5729258.

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

Color convert

RGB 234 107 87 -
CMYK 0 0.54 0.63 0.08
HSL 8.16º 0.78% 0.63% -
HSV(B) 8.16º 0.63% 0.92% -
XYZ 40.91 28.7 12.4 -
YUV 142.69 96.58 193.13 -
System Red Green Blue C M Y K H S L
Decimal 234 107 87 0 0.54 0.63 0.08 8.16 0.78 0.63
Hex EA 6B 57 0 36 3F 8 8 4E 3F
Octal 352 153 127 0 66 77 10 10 116 77
Binary 11101010 1101011 1010111 0 110110 111111 1000 1000 1001110 111111

Color Harmonies of #EA6B57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6B57

Black with #EA6B57

Text Example


Text Example

White with #EA6B57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6B57; }

 p { color: rgb(234,107,87); }

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

background-color css

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

 a { background-color: rgb(234,107,87); }

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

border-color css

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

 span { border-color: rgb(234,107,87); }

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