Html Css Color HEX #EA735E Terra Cotta

📋 copy color: '#EA735E'

red 234 ◦ green 115 ◦ blue 94

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

Shades of Terra Cotta #EA735E

Tints of Terra Cotta #EA735E

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.96%

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

R = 52.82%
G = 25.96%
B = 21.22%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#EA735E (or 0xEA735E) is known color: Terra Cotta. HEX triplet: EA, 73 and 5E. RGB value is (234,115,94). Sum of RGB (Red+Green+Blue) = 234+115+94=443 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.82% from 443); Green value is 115 (45.31% from 255 or 25.96% from 443); Blue value is 94 (37.11% from 255 or 21.22% from 443); Max value from RGB is 234 - color contains mainly: red. Hex color #EA735E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA735E is #158CA1. Grayscale: #949494. Windows color (decimal): -1412258 or 6190058. OLE color: 6190058.

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

Color convert

RGB 234 115 94 -
CMYK 0 0.51 0.60 0.08
HSL 0.77% 0.64% -
HSV(B) 0.6% 0.92% -
XYZ 42.08 30.56 14.27 -
YUV 148.19 97.42 189.21 -
System Red Green Blue C M Y K H S L
Decimal 234 115 94 0 0.51 0.60 0.08 9 0.77 0.64
Hex EA 73 5E 0 33 3C 8 9 4D 40
Octal 352 163 136 0 63 74 10 11 115 100
Binary 11101010 1110011 1011110 0 110011 111100 1000 1001 1001101 1000000

Color Harmonies of #EA735E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA735E

Black with #EA735E

Text Example


Text Example

White with #EA735E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA735E; }

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

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

background-color css

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

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

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

border-color css

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

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

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