Html Css Color HEX #EB795D Terra Cotta

📋 copy color: '#EB795D'

red 235 ◦ green 121 ◦ blue 93

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

Shades of Terra Cotta #EB795D

Tints of Terra Cotta #EB795D

RGB

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

 GREEN value IS 121 (47.66% from 255) = 26.95%

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

R = 52.34%
G = 26.95%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#EB795D (or 0xEB795D) is known color: Terra Cotta. HEX triplet: EB, 79 and 5D. RGB value is (235,121,93). Sum of RGB (Red+Green+Blue) = 235+121+93=449 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.34% from 449); Green value is 121 (47.66% from 255 or 26.95% from 449); Blue value is 93 (36.72% from 255 or 20.71% from 449); Max value from RGB is 235 - color contains mainly: red. Hex color #EB795D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB795D is #1486A2. Grayscale: #989898. Windows color (decimal): -1345187 or 6126059. OLE color: 6126059.

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

Color convert

RGB 235 121 93 -
CMYK 0 0.49 0.60 0.08
HSL 11.83º 0.78% 0.64% -
HSV(B) 11.83º 0.6% 0.92% -
XYZ 43.07 32.13 14.29 -
YUV 151.89 94.77 187.28 -
System Red Green Blue C M Y K H S L
Decimal 235 121 93 0 0.49 0.60 0.08 11.83 0.78 0.64
Hex EB 79 5D 0 31 3C 8 C 4E 40
Octal 353 171 135 0 61 74 10 14 116 100
Binary 11101011 1111001 1011101 0 110001 111100 1000 1100 1001110 1000000

Color Harmonies of #EB795D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB795D

Black with #EB795D

Text Example


Text Example

White with #EB795D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB795D; }

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

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

background-color css

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

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

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

border-color css

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

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

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