Html Css Color HEX #EB6E5C Terra Cotta

📋 copy color: '#EB6E5C'

red 235 ◦ green 110 ◦ blue 92

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

Shades of Terra Cotta #EB6E5C

Tints of Terra Cotta #EB6E5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 21.05%

R = 53.78%
G = 25.17%
B = 21.05%

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

#EB6E5C (or 0xEB6E5C) is known color: Terra Cotta. HEX triplet: EB, 6E and 5C. RGB value is (235,110,92). Sum of RGB (Red+Green+Blue) = 235+110+92=437 (57% of max value = 765). Red value is 235 (92.19% from 255 or 53.78% from 437); Green value is 110 (43.36% from 255 or 25.17% from 437); Blue value is 92 (36.33% from 255 or 21.05% from 437); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6E5C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB6E5C is #1491A3. Grayscale: #919191. Windows color (decimal): -1348004 or 6057707. OLE color: 6057707.

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

Color convert

RGB 235 110 92 -
CMYK 0 0.53 0.61 0.08
HSL 7.55º 0.78% 0.64% -
HSV(B) 7.55º 0.61% 0.92% -
XYZ 41.77 29.59 13.63 -
YUV 145.32 97.91 191.96 -
System Red Green Blue C M Y K H S L
Decimal 235 110 92 0 0.53 0.61 0.08 7.55 0.78 0.64
Hex EB 6E 5C 0 35 3D 8 8 4E 40
Octal 353 156 134 0 65 75 10 10 116 100
Binary 11101011 1101110 1011100 0 110101 111101 1000 1000 1001110 1000000

Color Harmonies of #EB6E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6E5C

Black with #EB6E5C

Text Example


Text Example

White with #EB6E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6E5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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