Html Css Color HEX #EA6E5A Terra Cotta

📋 copy color: '#EA6E5A'

red 234 ◦ green 110 ◦ blue 90

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

Shades of Terra Cotta #EA6E5A

Tints of Terra Cotta #EA6E5A

RGB

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

 GREEN value IS 110 (43.36% from 255) = 25.35%

 BLUE value IS 90 (35.55% from 255) = 20.74%

R = 53.92%
G = 25.35%
B = 20.74%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.62

 K value IS 0.08

RGB Variations

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

Color information

#EA6E5A (or 0xEA6E5A) is known color: Terra Cotta. HEX triplet: EA, 6E and 5A. RGB value is (234,110,90). Sum of RGB (Red+Green+Blue) = 234+110+90=434 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.92% from 434); Green value is 110 (43.36% from 255 or 25.35% from 434); Blue value is 90 (35.55% from 255 or 20.74% from 434); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6E5A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6E5A is #1591A5. Grayscale: #919191. Windows color (decimal): -1413542 or 5926634. OLE color: 5926634.

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

Color convert

RGB 234 110 90 -
CMYK 0 0.53 0.62 0.08
HSL 8.33º 0.77% 0.64% -
HSV(B) 8.33º 0.62% 0.92% -
XYZ 41.35 29.38 13.16 -
YUV 144.8 97.08 191.63 -
System Red Green Blue C M Y K H S L
Decimal 234 110 90 0 0.53 0.62 0.08 8.33 0.77 0.64
Hex EA 6E 5A 0 35 3E 8 8 4D 40
Octal 352 156 132 0 65 76 10 10 115 100
Binary 11101010 1101110 1011010 0 110101 111110 1000 1000 1001101 1000000

Color Harmonies of #EA6E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6E5A

Black with #EA6E5A

Text Example


Text Example

White with #EA6E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6E5A; }

 p { color: rgb(234,110,90); }

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

background-color css

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

 a { background-color: rgb(234,110,90); }

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

border-color css

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

 span { border-color: rgb(234,110,90); }

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