Html Css Color HEX #EB6D5D Terra Cotta

📋 copy color: '#EB6D5D'

red 235 ◦ green 109 ◦ blue 93

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

Shades of Terra Cotta #EB6D5D

Tints of Terra Cotta #EB6D5D

RGB

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

 GREEN value IS 109 (42.97% from 255) = 24.94%

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

R = 53.78%
G = 24.94%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#EB6D5D (or 0xEB6D5D) is known color: Terra Cotta. HEX triplet: EB, 6D and 5D. RGB value is (235,109,93). Sum of RGB (Red+Green+Blue) = 235+109+93=437 (57% of max value = 765). Red value is 235 (92.19% from 255 or 53.78% from 437); Green value is 109 (42.97% from 255 or 24.94% from 437); Blue value is 93 (36.72% from 255 or 21.28% from 437); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6D5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB6D5D is #1492A2. Grayscale: #919191. Windows color (decimal): -1348259 or 6122987. OLE color: 6122987.

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

Color convert

RGB 235 109 93 -
CMYK 0 0.54 0.60 0.08
HSL 6.76º 0.78% 0.64% -
HSV(B) 6.76º 0.6% 0.92% -
XYZ 41.71 29.39 13.83 -
YUV 144.85 98.74 192.3 -
System Red Green Blue C M Y K H S L
Decimal 235 109 93 0 0.54 0.60 0.08 6.76 0.78 0.64
Hex EB 6D 5D 0 36 3C 8 7 4E 40
Octal 353 155 135 0 66 74 10 7 116 100
Binary 11101011 1101101 1011101 0 110110 111100 1000 111 1001110 1000000

Color Harmonies of #EB6D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6D5D

Black with #EB6D5D

Text Example


Text Example

White with #EB6D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6D5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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