Html Css Color HEX #EA7E5E Terra Cotta

📋 copy color: '#EA7E5E'

red 234 ◦ green 126 ◦ blue 94

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

Shades of Terra Cotta #EA7E5E

Tints of Terra Cotta #EA7E5E

RGB

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

 GREEN value IS 126 (49.61% from 255) = 27.75%

 BLUE value IS 94 (37.11% from 255) = 20.7%

R = 51.54%
G = 27.75%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#EA7E5E (or 0xEA7E5E) is known color: Terra Cotta. HEX triplet: EA, 7E and 5E. RGB value is (234,126,94). Sum of RGB (Red+Green+Blue) = 234+126+94=454 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.54% from 454); Green value is 126 (49.61% from 255 or 27.75% from 454); Blue value is 94 (37.11% from 255 or 20.70% from 454); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7E5E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA7E5E is #1581A1. Grayscale: #9A9A9A. Windows color (decimal): -1409442 or 6192874. OLE color: 6192874.

HSL color Cylindrical-coordinate representation of color #EA7E5E: hue angle of 13.71º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EA7E5E is Cyan = 0, Magento = 0.46, Yellow = 0.60 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 126 94 -
CMYK 0 0.46 0.60 0.08
HSL 13.71º 0.77% 0.64% -
HSV(B) 13.71º 0.6% 0.92% -
XYZ 43.41 33.22 14.71 -
YUV 154.64 93.78 184.6 -
System Red Green Blue C M Y K H S L
Decimal 234 126 94 0 0.46 0.60 0.08 13.71 0.77 0.64
Hex EA 7E 5E 0 2E 3C 8 E 4D 40
Octal 352 176 136 0 56 74 10 16 115 100
Binary 11101010 1111110 1011110 0 101110 111100 1000 1110 1001101 1000000

Color Harmonies of #EA7E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7E5E

Black with #EA7E5E

Text Example


Text Example

White with #EA7E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7E5E; }

 p { color: rgb(234,126,94); }

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

background-color css

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

 a { background-color: rgb(234,126,94); }

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

border-color css

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

 span { border-color: rgb(234,126,94); }

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