Html Css Color HEX #EB6A5D Terra Cotta

📋 copy color: '#EB6A5D'

red 235 ◦ green 106 ◦ blue 93

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

Shades of Terra Cotta #EB6A5D

Tints of Terra Cotta #EB6A5D

RGB

 RED value IS 235 (92.19% from 255) = 54.15%

 GREEN value IS 106 (41.8% from 255) = 24.42%

 BLUE value IS 93 (36.72% from 255) = 21.43%

R = 54.15%
G = 24.42%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#EB6A5D (or 0xEB6A5D) is known color: Terra Cotta. HEX triplet: EB, 6A and 5D. RGB value is (235,106,93). Sum of RGB (Red+Green+Blue) = 235+106+93=434 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.15% from 434); Green value is 106 (41.80% from 255 or 24.42% from 434); Blue value is 93 (36.72% from 255 or 21.43% from 434); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6A5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB6A5D is #1495A2. Grayscale: #8F8F8F. Windows color (decimal): -1349027 or 6122219. OLE color: 6122219.

HSL color Cylindrical-coordinate representation of color #EB6A5D: hue angle of 5.49º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EB6A5D is Cyan = 0, Magento = 0.55, Yellow = 0.60 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 106 93 -
CMYK 0 0.55 0.60 0.08
HSL 5.49º 0.78% 0.64% -
HSV(B) 5.49º 0.6% 0.92% -
XYZ 41.39 28.76 13.73 -
YUV 143.09 99.74 193.56 -
System Red Green Blue C M Y K H S L
Decimal 235 106 93 0 0.55 0.60 0.08 5.49 0.78 0.64
Hex EB 6A 5D 0 37 3C 8 5 4E 40
Octal 353 152 135 0 67 74 10 5 116 100
Binary 11101011 1101010 1011101 0 110111 111100 1000 101 1001110 1000000

Color Harmonies of #EB6A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6A5D

Black with #EB6A5D

Text Example


Text Example

White with #EB6A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6A5D; }

 p { color: rgb(235,106,93); }

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

background-color css

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

 a { background-color: rgb(235,106,93); }

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

border-color css

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

 span { border-color: rgb(235,106,93); }

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