Html Css Color HEX #EA765F Terra Cotta

📋 copy color: '#EA765F'

red 234 ◦ green 118 ◦ blue 95

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

Shades of Terra Cotta #EA765F

Tints of Terra Cotta #EA765F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 26.4%

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

R = 52.35%
G = 26.4%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.59

 K value IS 0.08

RGB Variations

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

Color information

#EA765F (or 0xEA765F) is known color: Terra Cotta. HEX triplet: EA, 76 and 5F. RGB value is (234,118,95). Sum of RGB (Red+Green+Blue) = 234+118+95=447 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.35% from 447); Green value is 118 (46.48% from 255 or 26.40% from 447); Blue value is 95 (37.5% from 255 or 21.25% from 447); Max value from RGB is 234 - color contains mainly: red. Hex color #EA765F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA765F is #1589A0. Grayscale: #969696. Windows color (decimal): -1411489 or 6256362. OLE color: 6256362.

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

Color convert

RGB 234 118 95 -
CMYK 0 0.50 0.59 0.08
HSL 9.93º 0.77% 0.65% -
HSV(B) 9.93º 0.59% 0.92% -
XYZ 42.48 31.28 14.62 -
YUV 150.06 96.93 187.87 -
System Red Green Blue C M Y K H S L
Decimal 234 118 95 0 0.50 0.59 0.08 9.93 0.77 0.65
Hex EA 76 5F 0 32 3B 8 A 4D 41
Octal 352 166 137 0 62 73 10 12 115 101
Binary 11101010 1110110 1011111 0 110010 111011 1000 1010 1001101 1000001

Color Harmonies of #EA765F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA765F

Black with #EA765F

Text Example


Text Example

White with #EA765F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA765F; }

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

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

background-color css

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

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

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

border-color css

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

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

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