Html Css Color HEX #EA775B Terra Cotta

📋 copy color: '#EA775B'

red 234 ◦ green 119 ◦ blue 91

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

Shades of Terra Cotta #EA775B

Tints of Terra Cotta #EA775B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 20.5%

R = 52.7%
G = 26.8%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.61

 K value IS 0.08

RGB Variations

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

Color information

#EA775B (or 0xEA775B) is known color: Terra Cotta. HEX triplet: EA, 77 and 5B. RGB value is (234,119,91). Sum of RGB (Red+Green+Blue) = 234+119+91=444 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.70% from 444); Green value is 119 (46.88% from 255 or 26.80% from 444); Blue value is 91 (35.94% from 255 or 20.50% from 444); Max value from RGB is 234 - color contains mainly: red. Hex color #EA775B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA775B is #1588A4. Grayscale: #969696. Windows color (decimal): -1411237 or 5994474. OLE color: 5994474.

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

Color convert

RGB 234 119 91 -
CMYK 0 0.49 0.61 0.08
HSL 11.75º 0.77% 0.64% -
HSV(B) 11.75º 0.61% 0.92% -
XYZ 42.42 31.44 13.73 -
YUV 150.19 94.6 187.78 -
System Red Green Blue C M Y K H S L
Decimal 234 119 91 0 0.49 0.61 0.08 11.75 0.77 0.64
Hex EA 77 5B 0 31 3D 8 C 4D 40
Octal 352 167 133 0 61 75 10 14 115 100
Binary 11101010 1110111 1011011 0 110001 111101 1000 1100 1001101 1000000

Color Harmonies of #EA775B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA775B

Black with #EA775B

Text Example


Text Example

White with #EA775B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA775B; }

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

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

background-color css

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

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

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

border-color css

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

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

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