Html Css Color HEX #EA6C58 Terra Cotta

📋 copy color: '#EA6C58'

red 234 ◦ green 108 ◦ blue 88

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

Shades of Terra Cotta #EA6C58

Tints of Terra Cotta #EA6C58

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25.12%

 BLUE value IS 88 (34.77% from 255) = 20.47%

R = 54.42%
G = 25.12%
B = 20.47%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.62

 K value IS 0.08

RGB Variations

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

Color information

#EA6C58 (or 0xEA6C58) is known color: Terra Cotta. HEX triplet: EA, 6C and 58. RGB value is (234,108,88). Sum of RGB (Red+Green+Blue) = 234+108+88=430 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.42% from 430); Green value is 108 (42.58% from 255 or 25.12% from 430); Blue value is 88 (34.77% from 255 or 20.47% from 430); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6C58 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6C58 is #1593A7. Grayscale: #8F8F8F. Windows color (decimal): -1414056 or 5795050. OLE color: 5795050.

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

Color convert

RGB 234 108 88 -
CMYK 0 0.54 0.62 0.08
HSL 8.22º 0.78% 0.63% -
HSV(B) 8.22º 0.62% 0.92% -
XYZ 41.06 28.92 12.65 -
YUV 143.39 96.74 192.63 -
System Red Green Blue C M Y K H S L
Decimal 234 108 88 0 0.54 0.62 0.08 8.22 0.78 0.63
Hex EA 6C 58 0 36 3E 8 8 4E 3F
Octal 352 154 130 0 66 76 10 10 116 77
Binary 11101010 1101100 1011000 0 110110 111110 1000 1000 1001110 111111

Color Harmonies of #EA6C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6C58

Black with #EA6C58

Text Example


Text Example

White with #EA6C58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6C58; }

 p { color: rgb(234,108,88); }

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

background-color css

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

 a { background-color: rgb(234,108,88); }

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

border-color css

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

 span { border-color: rgb(234,108,88); }

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