Html Css Color HEX #EA725F Terra Cotta

📋 copy color: '#EA725F'

red 234 ◦ green 114 ◦ blue 95

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

Shades of Terra Cotta #EA725F

Tints of Terra Cotta #EA725F

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.73%

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

R = 52.82%
G = 25.73%
B = 21.44%

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

#EA725F (or 0xEA725F) is known color: Terra Cotta. HEX triplet: EA, 72 and 5F. RGB value is (234,114,95). Sum of RGB (Red+Green+Blue) = 234+114+95=443 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.82% from 443); Green value is 114 (44.92% from 255 or 25.73% from 443); Blue value is 95 (37.5% from 255 or 21.44% from 443); Max value from RGB is 234 - color contains mainly: red. Hex color #EA725F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA725F is #158DA0. Grayscale: #939393. Windows color (decimal): -1412513 or 6255338. OLE color: 6255338.

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

Color convert

RGB 234 114 95 -
CMYK 0 0.51 0.59 0.08
HSL 8.2º 0.77% 0.65% -
HSV(B) 8.2º 0.59% 0.92% -
XYZ 42.01 30.35 14.47 -
YUV 147.71 98.26 189.54 -
System Red Green Blue C M Y K H S L
Decimal 234 114 95 0 0.51 0.59 0.08 8.2 0.77 0.65
Hex EA 72 5F 0 33 3B 8 8 4D 41
Octal 352 162 137 0 63 73 10 10 115 101
Binary 11101010 1110010 1011111 0 110011 111011 1000 1000 1001101 1000001

Color Harmonies of #EA725F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA725F

Black with #EA725F

Text Example


Text Example

White with #EA725F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA725F; }

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

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

background-color css

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

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

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

border-color css

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

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

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