Html Css Color HEX #EA775D Terra Cotta

📋 copy color: '#EA775D'

red 234 ◦ green 119 ◦ blue 93

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

Shades of Terra Cotta #EA775D

Tints of Terra Cotta #EA775D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 26.68%

 BLUE value IS 93 (36.72% from 255) = 20.85%

R = 52.47%
G = 26.68%
B = 20.85%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#EA775D (or 0xEA775D) is known color: Terra Cotta. HEX triplet: EA, 77 and 5D. RGB value is (234,119,93). Sum of RGB (Red+Green+Blue) = 234+119+93=446 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.47% from 446); Green value is 119 (46.88% from 255 or 26.68% from 446); Blue value is 93 (36.72% from 255 or 20.85% from 446); Max value from RGB is 234 - color contains mainly: red. Hex color #EA775D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA775D is #1588A2. Grayscale: #969696. Windows color (decimal): -1411235 or 6125546. OLE color: 6125546.

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

Color convert

RGB 234 119 93 -
CMYK 0 0.49 0.60 0.08
HSL 11.06º 0.77% 0.64% -
HSV(B) 11.06º 0.6% 0.92% -
XYZ 42.5 31.48 14.19 -
YUV 150.42 95.6 187.61 -
System Red Green Blue C M Y K H S L
Decimal 234 119 93 0 0.49 0.60 0.08 11.06 0.77 0.64
Hex EA 77 5D 0 31 3C 8 B 4D 40
Octal 352 167 135 0 61 74 10 13 115 100
Binary 11101010 1110111 1011101 0 110001 111100 1000 1011 1001101 1000000

Color Harmonies of #EA775D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA775D

Black with #EA775D

Text Example


Text Example

White with #EA775D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA775D; }

 p { color: rgb(234,119,93); }

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

background-color css

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

 a { background-color: rgb(234,119,93); }

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

border-color css

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

 span { border-color: rgb(234,119,93); }

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