Html Css Color HEX #EA735C Terra Cotta

📋 copy color: '#EA735C'

red 234 ◦ green 115 ◦ blue 92

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

Shades of Terra Cotta #EA735C

Tints of Terra Cotta #EA735C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 20.86%

R = 53.06%
G = 26.08%
B = 20.86%

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

#EA735C (or 0xEA735C) is known color: Terra Cotta. HEX triplet: EA, 73 and 5C. RGB value is (234,115,92). Sum of RGB (Red+Green+Blue) = 234+115+92=441 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.06% from 441); Green value is 115 (45.31% from 255 or 26.08% from 441); Blue value is 92 (36.33% from 255 or 20.86% from 441); Max value from RGB is 234 - color contains mainly: red. Hex color #EA735C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA735C is #158CA3. Grayscale: #949494. Windows color (decimal): -1412260 or 6058986. OLE color: 6058986.

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

Color convert

RGB 234 115 92 -
CMYK 0 0.51 0.61 0.08
HSL 9.72º 0.77% 0.64% -
HSV(B) 9.72º 0.61% 0.92% -
XYZ 41.99 30.53 13.8 -
YUV 147.96 96.42 189.37 -
System Red Green Blue C M Y K H S L
Decimal 234 115 92 0 0.51 0.61 0.08 9.72 0.77 0.64
Hex EA 73 5C 0 33 3D 8 A 4D 40
Octal 352 163 134 0 63 75 10 12 115 100
Binary 11101010 1110011 1011100 0 110011 111101 1000 1010 1001101 1000000

Color Harmonies of #EA735C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA735C

Black with #EA735C

Text Example


Text Example

White with #EA735C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA735C; }

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

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

background-color css

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

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

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

border-color css

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

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

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