Html Css Color HEX #EB6E5D Terra Cotta

📋 copy color: '#EB6E5D'

red 235 ◦ green 110 ◦ blue 93

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

Shades of Terra Cotta #EB6E5D

Tints of Terra Cotta #EB6E5D

RGB

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

 GREEN value IS 110 (43.36% from 255) = 25.11%

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

R = 53.65%
G = 25.11%
B = 21.23%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#EB6E5D (or 0xEB6E5D) is known color: Terra Cotta. HEX triplet: EB, 6E and 5D. RGB value is (235,110,93). Sum of RGB (Red+Green+Blue) = 235+110+93=438 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.65% from 438); Green value is 110 (43.36% from 255 or 25.11% from 438); Blue value is 93 (36.72% from 255 or 21.23% from 438); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6E5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB6E5D is #1491A2. Grayscale: #919191. Windows color (decimal): -1348003 or 6123243. OLE color: 6123243.

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

Color convert

RGB 235 110 93 -
CMYK 0 0.53 0.60 0.08
HSL 7.18º 0.78% 0.64% -
HSV(B) 7.18º 0.6% 0.92% -
XYZ 41.81 29.6 13.87 -
YUV 145.44 98.41 191.88 -
System Red Green Blue C M Y K H S L
Decimal 235 110 93 0 0.53 0.60 0.08 7.18 0.78 0.64
Hex EB 6E 5D 0 35 3C 8 7 4E 40
Octal 353 156 135 0 65 74 10 7 116 100
Binary 11101011 1101110 1011101 0 110101 111100 1000 111 1001110 1000000

Color Harmonies of #EB6E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6E5D

Black with #EB6E5D

Text Example


Text Example

White with #EB6E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6E5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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