Html Css Color HEX #EA735B Terra Cotta

📋 copy color: '#EA735B'

red 234 ◦ green 115 ◦ blue 91

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

Shades of Terra Cotta #EA735B

Tints of Terra Cotta #EA735B

RGB

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

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

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

R = 53.18%
G = 26.14%
B = 20.68%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.61

 K value IS 0.08

RGB Variations

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

Color information

#EA735B (or 0xEA735B) is known color: Terra Cotta. HEX triplet: EA, 73 and 5B. RGB value is (234,115,91). Sum of RGB (Red+Green+Blue) = 234+115+91=440 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.18% from 440); Green value is 115 (45.31% from 255 or 26.14% from 440); Blue value is 91 (35.94% from 255 or 20.68% from 440); Max value from RGB is 234 - color contains mainly: red. Hex color #EA735B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA735B is #158CA4. Grayscale: #949494. Windows color (decimal): -1412261 or 5993450. OLE color: 5993450.

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

Color convert

RGB 234 115 91 -
CMYK 0 0.51 0.61 0.08
HSL 10.07º 0.77% 0.64% -
HSV(B) 10.07º 0.61% 0.92% -
XYZ 41.95 30.51 13.58 -
YUV 147.85 95.92 189.45 -
System Red Green Blue C M Y K H S L
Decimal 234 115 91 0 0.51 0.61 0.08 10.07 0.77 0.64
Hex EA 73 5B 0 33 3D 8 A 4D 40
Octal 352 163 133 0 63 75 10 12 115 100
Binary 11101010 1110011 1011011 0 110011 111101 1000 1010 1001101 1000000

Color Harmonies of #EA735B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA735B

Black with #EA735B

Text Example


Text Example

White with #EA735B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA735B; }

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

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

background-color css

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

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

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

border-color css

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

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

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