Html Css Color HEX #EA705B Terra Cotta

📋 copy color: '#EA705B'

red 234 ◦ green 112 ◦ blue 91

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

Shades of Terra Cotta #EA705B

Tints of Terra Cotta #EA705B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.63%

 BLUE value IS 91 (35.94% from 255) = 20.82%

R = 53.55%
G = 25.63%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.61

 K value IS 0.08

RGB Variations

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

Color information

#EA705B (or 0xEA705B) is known color: Terra Cotta. HEX triplet: EA, 70 and 5B. RGB value is (234,112,91). Sum of RGB (Red+Green+Blue) = 234+112+91=437 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.55% from 437); Green value is 112 (44.14% from 255 or 25.63% from 437); Blue value is 91 (35.94% from 255 or 20.82% from 437); Max value from RGB is 234 - color contains mainly: red. Hex color #EA705B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA705B is #158FA4. Grayscale: #929292. Windows color (decimal): -1413029 or 5992682. OLE color: 5992682.

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

Color convert

RGB 234 112 91 -
CMYK 0 0.52 0.61 0.08
HSL 8.81º 0.77% 0.64% -
HSV(B) 8.81º 0.61% 0.92% -
XYZ 41.61 29.84 13.46 -
YUV 146.08 96.92 190.71 -
System Red Green Blue C M Y K H S L
Decimal 234 112 91 0 0.52 0.61 0.08 8.81 0.77 0.64
Hex EA 70 5B 0 34 3D 8 9 4D 40
Octal 352 160 133 0 64 75 10 11 115 100
Binary 11101010 1110000 1011011 0 110100 111101 1000 1001 1001101 1000000

Color Harmonies of #EA705B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA705B

Black with #EA705B

Text Example


Text Example

White with #EA705B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA705B; }

 p { color: rgb(234,112,91); }

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

background-color css

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

 a { background-color: rgb(234,112,91); }

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

border-color css

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

 span { border-color: rgb(234,112,91); }

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