Html Css Color HEX #EB785D Terra Cotta

📋 copy color: '#EB785D'

red 235 ◦ green 120 ◦ blue 93

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

Shades of Terra Cotta #EB785D

Tints of Terra Cotta #EB785D

RGB

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

 GREEN value IS 120 (47.27% from 255) = 26.79%

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

R = 52.46%
G = 26.79%
B = 20.76%

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

#EB785D (or 0xEB785D) is known color: Terra Cotta. HEX triplet: EB, 78 and 5D. RGB value is (235,120,93). Sum of RGB (Red+Green+Blue) = 235+120+93=448 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.46% from 448); Green value is 120 (47.27% from 255 or 26.79% from 448); Blue value is 93 (36.72% from 255 or 20.76% from 448); Max value from RGB is 235 - color contains mainly: red. Hex color #EB785D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB785D is #1487A2. Grayscale: #979797. Windows color (decimal): -1345443 or 6125803. OLE color: 6125803.

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

Color convert

RGB 235 120 93 -
CMYK 0 0.49 0.60 0.08
HSL 11.41º 0.78% 0.64% -
HSV(B) 11.41º 0.6% 0.92% -
XYZ 42.95 31.89 14.25 -
YUV 151.31 95.1 187.7 -
System Red Green Blue C M Y K H S L
Decimal 235 120 93 0 0.49 0.60 0.08 11.41 0.78 0.64
Hex EB 78 5D 0 31 3C 8 B 4E 40
Octal 353 170 135 0 61 74 10 13 116 100
Binary 11101011 1111000 1011101 0 110001 111100 1000 1011 1001110 1000000

Color Harmonies of #EB785D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB785D

Black with #EB785D

Text Example


Text Example

White with #EB785D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB785D; }

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

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

background-color css

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

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

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

border-color css

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

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

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