Html Css Color HEX #EB735E Terra Cotta

📋 copy color: '#EB735E'

red 235 ◦ green 115 ◦ blue 94

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

Shades of Terra Cotta #EB735E

Tints of Terra Cotta #EB735E

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.9%

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

R = 52.93%
G = 25.9%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.6

 K value IS 0.08

RGB Variations

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

Color information

#EB735E (or 0xEB735E) is known color: Terra Cotta. HEX triplet: EB, 73 and 5E. RGB value is (235,115,94). Sum of RGB (Red+Green+Blue) = 235+115+94=444 (58% of max value = 765). Red value is 235 (92.19% from 255 or 52.93% from 444); Green value is 115 (45.31% from 255 or 25.90% from 444); Blue value is 94 (37.11% from 255 or 21.17% from 444); Max value from RGB is 235 - color contains mainly: red. Hex color #EB735E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB735E is #148CA1. Grayscale: #949494. Windows color (decimal): -1346722 or 6190059. OLE color: 6190059.

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

Color convert

RGB 235 115 94 -
CMYK 0 0.51 0.6 0.08
HSL 8.94º 0.78% 0.65% -
HSV(B) 8.94º 0.6% 0.92% -
XYZ 42.41 30.73 14.29 -
YUV 148.49 97.26 189.71 -
System Red Green Blue C M Y K H S L
Decimal 235 115 94 0 0.51 0.6 0.08 8.94 0.78 0.65
Hex EB 73 5E 0 33 3C 8 9 4E 41
Octal 353 163 136 0 63 74 10 11 116 101
Binary 11101011 1110011 1011110 0 110011 111100 1000 1001 1001110 1000001

Color Harmonies of #EB735E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB735E

Black with #EB735E

Text Example


Text Example

White with #EB735E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB735E; }

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

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

background-color css

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

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

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

border-color css

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

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

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