Html Css Color HEX #EA6C5E Terra Cotta

📋 copy color: '#EA6C5E'

red 234 ◦ green 108 ◦ blue 94

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

Shades of Terra Cotta #EA6C5E

Tints of Terra Cotta #EA6C5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 21.56%

R = 53.67%
G = 24.77%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#EA6C5E (or 0xEA6C5E) is known color: Terra Cotta. HEX triplet: EA, 6C and 5E. RGB value is (234,108,94). Sum of RGB (Red+Green+Blue) = 234+108+94=436 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.67% from 436); Green value is 108 (42.58% from 255 or 24.77% from 436); Blue value is 94 (37.11% from 255 or 21.56% from 436); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6C5E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6C5E is #1593A1. Grayscale: #909090. Windows color (decimal): -1414050 or 6188266. OLE color: 6188266.

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

Color convert

RGB 234 108 94 -
CMYK 0 0.54 0.60 0.08
HSL 0.77% 0.64% -
HSV(B) 0.6% 0.92% -
XYZ 41.31 29.03 14.01 -
YUV 144.08 99.74 192.14 -
System Red Green Blue C M Y K H S L
Decimal 234 108 94 0 0.54 0.60 0.08 6 0.77 0.64
Hex EA 6C 5E 0 36 3C 8 6 4D 40
Octal 352 154 136 0 66 74 10 6 115 100
Binary 11101010 1101100 1011110 0 110110 111100 1000 110 1001101 1000000

Color Harmonies of #EA6C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6C5E

Black with #EA6C5E

Text Example


Text Example

White with #EA6C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6C5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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