Html Css Color HEX #EA6B5F Terra Cotta

📋 copy color: '#EA6B5F'

red 234 ◦ green 107 ◦ blue 95

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

Shades of Terra Cotta #EA6B5F

Tints of Terra Cotta #EA6B5F

RGB

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

 GREEN value IS 107 (42.19% from 255) = 24.54%

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

R = 53.67%
G = 24.54%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.59

 K value IS 0.08

RGB Variations

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

Color information

#EA6B5F (or 0xEA6B5F) is known color: Terra Cotta. HEX triplet: EA, 6B and 5F. RGB value is (234,107,95). Sum of RGB (Red+Green+Blue) = 234+107+95=436 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.67% from 436); Green value is 107 (42.19% from 255 or 24.54% from 436); Blue value is 95 (37.5% from 255 or 21.79% from 436); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6B5F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6B5F is #1594A0. Grayscale: #8F8F8F. Windows color (decimal): -1414305 or 6253546. OLE color: 6253546.

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

Color convert

RGB 234 107 95 -
CMYK 0 0.54 0.59 0.08
HSL 5.18º 0.77% 0.65% -
HSV(B) 5.18º 0.59% 0.92% -
XYZ 41.25 28.83 14.22 -
YUV 143.61 100.58 192.48 -
System Red Green Blue C M Y K H S L
Decimal 234 107 95 0 0.54 0.59 0.08 5.18 0.77 0.65
Hex EA 6B 5F 0 36 3B 8 5 4D 41
Octal 352 153 137 0 66 73 10 5 115 101
Binary 11101010 1101011 1011111 0 110110 111011 1000 101 1001101 1000001

Color Harmonies of #EA6B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6B5F

Black with #EA6B5F

Text Example


Text Example

White with #EA6B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6B5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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