Html Css Color HEX #EA6F5B Terra Cotta

📋 copy color: '#EA6F5B'

red 234 ◦ green 111 ◦ blue 91

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

Shades of Terra Cotta #EA6F5B

Tints of Terra Cotta #EA6F5B

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.46%

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

R = 53.67%
G = 25.46%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.61

 K value IS 0.08

RGB Variations

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

Color information

#EA6F5B (or 0xEA6F5B) is known color: Terra Cotta. HEX triplet: EA, 6F and 5B. RGB value is (234,111,91). Sum of RGB (Red+Green+Blue) = 234+111+91=436 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.67% from 436); Green value is 111 (43.75% from 255 or 25.46% from 436); Blue value is 91 (35.94% from 255 or 20.87% from 436); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6F5B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6F5B is #1590A4. Grayscale: #919191. Windows color (decimal): -1413285 or 5992426. OLE color: 5992426.

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

Color convert

RGB 234 111 91 -
CMYK 0 0.53 0.61 0.08
HSL 8.39º 0.77% 0.64% -
HSV(B) 8.39º 0.61% 0.92% -
XYZ 41.5 29.62 13.43 -
YUV 145.5 97.25 191.13 -
System Red Green Blue C M Y K H S L
Decimal 234 111 91 0 0.53 0.61 0.08 8.39 0.77 0.64
Hex EA 6F 5B 0 35 3D 8 8 4D 40
Octal 352 157 133 0 65 75 10 10 115 100
Binary 11101010 1101111 1011011 0 110101 111101 1000 1000 1001101 1000000

Color Harmonies of #EA6F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6F5B

Black with #EA6F5B

Text Example


Text Example

White with #EA6F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6F5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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