Html Css Color HEX #EA735F Terra Cotta

📋 copy color: '#EA735F'

red 234 ◦ green 115 ◦ blue 95

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

Shades of Terra Cotta #EA735F

Tints of Terra Cotta #EA735F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 21.4%

R = 52.7%
G = 25.9%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.59

 K value IS 0.08

RGB Variations

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

Color information

#EA735F (or 0xEA735F) is known color: Terra Cotta. HEX triplet: EA, 73 and 5F. RGB value is (234,115,95). Sum of RGB (Red+Green+Blue) = 234+115+95=444 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.70% from 444); Green value is 115 (45.31% from 255 or 25.90% from 444); Blue value is 95 (37.5% from 255 or 21.40% from 444); Max value from RGB is 234 - color contains mainly: red. Hex color #EA735F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA735F is #158CA0. Grayscale: #949494. Windows color (decimal): -1412257 or 6255594. OLE color: 6255594.

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

Color convert

RGB 234 115 95 -
CMYK 0 0.51 0.59 0.08
HSL 8.63º 0.77% 0.65% -
HSV(B) 8.63º 0.59% 0.92% -
XYZ 42.13 30.58 14.51 -
YUV 148.3 97.92 189.13 -
System Red Green Blue C M Y K H S L
Decimal 234 115 95 0 0.51 0.59 0.08 8.63 0.77 0.65
Hex EA 73 5F 0 33 3B 8 9 4D 41
Octal 352 163 137 0 63 73 10 11 115 101
Binary 11101010 1110011 1011111 0 110011 111011 1000 1001 1001101 1000001

Color Harmonies of #EA735F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA735F

Black with #EA735F

Text Example


Text Example

White with #EA735F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA735F; }

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

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

background-color css

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

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

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

border-color css

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

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

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