Html Css Color HEX #EA7B5F Terra Cotta

📋 copy color: '#EA7B5F'

red 234 ◦ green 123 ◦ blue 95

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

Shades of Terra Cotta #EA7B5F

Tints of Terra Cotta #EA7B5F

RGB

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

 GREEN value IS 123 (48.44% from 255) = 27.21%

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

R = 51.77%
G = 27.21%
B = 21.02%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.59

 K value IS 0.08

RGB Variations

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

Color information

#EA7B5F (or 0xEA7B5F) is known color: Terra Cotta. HEX triplet: EA, 7B and 5F. RGB value is (234,123,95). Sum of RGB (Red+Green+Blue) = 234+123+95=452 (59% of max value = 765). Red value is 234 (91.80% from 255 or 51.77% from 452); Green value is 123 (48.44% from 255 or 27.21% from 452); Blue value is 95 (37.5% from 255 or 21.02% from 452); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7B5F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA7B5F is #1584A0. Grayscale: #999999. Windows color (decimal): -1410209 or 6257642. OLE color: 6257642.

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

Color convert

RGB 234 123 95 -
CMYK 0 0.47 0.59 0.08
HSL 12.09º 0.77% 0.65% -
HSV(B) 12.09º 0.59% 0.92% -
XYZ 43.08 32.48 14.83 -
YUV 153 95.27 185.78 -
System Red Green Blue C M Y K H S L
Decimal 234 123 95 0 0.47 0.59 0.08 12.09 0.77 0.65
Hex EA 7B 5F 0 2F 3B 8 C 4D 41
Octal 352 173 137 0 57 73 10 14 115 101
Binary 11101010 1111011 1011111 0 101111 111011 1000 1100 1001101 1000001

Color Harmonies of #EA7B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7B5F

Black with #EA7B5F

Text Example


Text Example

White with #EA7B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7B5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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