Html Css Color HEX #EB705B Terra Cotta

📋 copy color: '#EB705B'

red 235 ◦ green 112 ◦ blue 91

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

Shades of Terra Cotta #EB705B

Tints of Terra Cotta #EB705B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.57%

 BLUE value IS 91 (35.94% from 255) = 20.78%

R = 53.65%
G = 25.57%
B = 20.78%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.61

 K value IS 0.08

RGB Variations

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

Color information

#EB705B (or 0xEB705B) is known color: Terra Cotta. HEX triplet: EB, 70 and 5B. RGB value is (235,112,91). Sum of RGB (Red+Green+Blue) = 235+112+91=438 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.65% from 438); Green value is 112 (44.14% from 255 or 25.57% from 438); Blue value is 91 (35.94% from 255 or 20.78% from 438); Max value from RGB is 235 - color contains mainly: red. Hex color #EB705B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB705B is #148FA4. Grayscale: #929292. Windows color (decimal): -1347493 or 5992683. OLE color: 5992683.

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

Color convert

RGB 235 112 91 -
CMYK 0 0.52 0.61 0.08
HSL 8.75º 0.78% 0.64% -
HSV(B) 8.75º 0.61% 0.92% -
XYZ 41.94 30.01 13.48 -
YUV 146.38 96.75 191.21 -
System Red Green Blue C M Y K H S L
Decimal 235 112 91 0 0.52 0.61 0.08 8.75 0.78 0.64
Hex EB 70 5B 0 34 3D 8 9 4E 40
Octal 353 160 133 0 64 75 10 11 116 100
Binary 11101011 1110000 1011011 0 110100 111101 1000 1001 1001110 1000000

Color Harmonies of #EB705B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB705B

Black with #EB705B

Text Example


Text Example

White with #EB705B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB705B; }

 p { color: rgb(235,112,91); }

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

background-color css

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

 a { background-color: rgb(235,112,91); }

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

border-color css

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

 span { border-color: rgb(235,112,91); }

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