Html Css Color HEX #EA755C Terra Cotta

📋 copy color: '#EA755C'

red 234 ◦ green 117 ◦ blue 92

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

Shades of Terra Cotta #EA755C

Tints of Terra Cotta #EA755C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.41%

 BLUE value IS 92 (36.33% from 255) = 20.77%

R = 52.82%
G = 26.41%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.61

 K value IS 0.08

RGB Variations

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

Color information

#EA755C (or 0xEA755C) is known color: Terra Cotta. HEX triplet: EA, 75 and 5C. RGB value is (234,117,92). Sum of RGB (Red+Green+Blue) = 234+117+92=443 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.82% from 443); Green value is 117 (46.09% from 255 or 26.41% from 443); Blue value is 92 (36.33% from 255 or 20.77% from 443); Max value from RGB is 234 - color contains mainly: red. Hex color #EA755C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA755C is #158AA3. Grayscale: #959595. Windows color (decimal): -1411748 or 6059498. OLE color: 6059498.

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

Color convert

RGB 234 117 92 -
CMYK 0 0.5 0.61 0.08
HSL 10.56º 0.77% 0.64% -
HSV(B) 10.56º 0.61% 0.92% -
XYZ 42.22 30.99 13.88 -
YUV 149.13 95.76 188.53 -
System Red Green Blue C M Y K H S L
Decimal 234 117 92 0 0.5 0.61 0.08 10.56 0.77 0.64
Hex EA 75 5C 0 32 3D 8 B 4D 40
Octal 352 165 134 0 62 75 10 13 115 100
Binary 11101010 1110101 1011100 0 110010 111101 1000 1011 1001101 1000000

Color Harmonies of #EA755C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA755C

Black with #EA755C

Text Example


Text Example

White with #EA755C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA755C; }

 p { color: rgb(234,117,92); }

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

background-color css

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

 a { background-color: rgb(234,117,92); }

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

border-color css

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

 span { border-color: rgb(234,117,92); }

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