Html Css Color HEX #EB785E Terra Cotta

📋 copy color: '#EB785E'

red 235 ◦ green 120 ◦ blue 94

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

Shades of Terra Cotta #EB785E

Tints of Terra Cotta #EB785E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 20.94%

R = 52.34%
G = 26.73%
B = 20.94%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.6

 K value IS 0.08

RGB Variations

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

Color information

#EB785E (or 0xEB785E) is known color: Terra Cotta. HEX triplet: EB, 78 and 5E. RGB value is (235,120,94). Sum of RGB (Red+Green+Blue) = 235+120+94=449 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.34% from 449); Green value is 120 (47.27% from 255 or 26.73% from 449); Blue value is 94 (37.11% from 255 or 20.94% from 449); Max value from RGB is 235 - color contains mainly: red. Hex color #EB785E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB785E is #1487A1. Grayscale: #979797. Windows color (decimal): -1345442 or 6191339. OLE color: 6191339.

HSL color Cylindrical-coordinate representation of color #EB785E: hue angle of 11.06º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EB785E is Cyan = 0, Magento = 0.49, Yellow = 0.6 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 120 94 -
CMYK 0 0.49 0.6 0.08
HSL 11.06º 0.78% 0.65% -
HSV(B) 11.06º 0.6% 0.92% -
XYZ 43 31.9 14.48 -
YUV 151.42 95.6 187.61 -
System Red Green Blue C M Y K H S L
Decimal 235 120 94 0 0.49 0.6 0.08 11.06 0.78 0.65
Hex EB 78 5E 0 31 3C 8 B 4E 41
Octal 353 170 136 0 61 74 10 13 116 101
Binary 11101011 1111000 1011110 0 110001 111100 1000 1011 1001110 1000001

Color Harmonies of #EB785E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB785E

Black with #EB785E

Text Example


Text Example

White with #EB785E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB785E; }

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

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

background-color css

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

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

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

border-color css

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

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

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