Html Css Color HEX #EB705C Terra Cotta

📋 copy color: '#EB705C'

red 235 ◦ green 112 ◦ blue 92

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

Shades of Terra Cotta #EB705C

Tints of Terra Cotta #EB705C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 20.96%

R = 53.53%
G = 25.51%
B = 20.96%

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

#EB705C (or 0xEB705C) is known color: Terra Cotta. HEX triplet: EB, 70 and 5C. RGB value is (235,112,92). Sum of RGB (Red+Green+Blue) = 235+112+92=439 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.53% from 439); Green value is 112 (44.14% from 255 or 25.51% from 439); Blue value is 92 (36.33% from 255 or 20.96% from 439); Max value from RGB is 235 - color contains mainly: red. Hex color #EB705C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB705C is #148FA3. Grayscale: #929292. Windows color (decimal): -1347492 or 6058219. OLE color: 6058219.

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

Color convert

RGB 235 112 92 -
CMYK 0 0.52 0.61 0.08
HSL 8.39º 0.78% 0.64% -
HSV(B) 8.39º 0.61% 0.92% -
XYZ 41.99 30.02 13.71 -
YUV 146.5 97.25 191.13 -
System Red Green Blue C M Y K H S L
Decimal 235 112 92 0 0.52 0.61 0.08 8.39 0.78 0.64
Hex EB 70 5C 0 34 3D 8 8 4E 40
Octal 353 160 134 0 64 75 10 10 116 100
Binary 11101011 1110000 1011100 0 110100 111101 1000 1000 1001110 1000000

Color Harmonies of #EB705C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB705C

Black with #EB705C

Text Example


Text Example

White with #EB705C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB705C; }

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

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

background-color css

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

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

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

border-color css

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

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

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