Html Css Color HEX #EB7564 Terra Cotta

📋 copy color: '#EB7564'

red 235 ◦ green 117 ◦ blue 100

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

Shades of Terra Cotta #EB7564

Tints of Terra Cotta #EB7564

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.88%

 BLUE value IS 100 (39.45% from 255) = 22.12%

R = 51.99%
G = 25.88%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#EB7564 (or 0xEB7564) is known color: Terra Cotta. HEX triplet: EB, 75 and 64. RGB value is (235,117,100). Sum of RGB (Red+Green+Blue) = 235+117+100=452 (59% of max value = 765). Red value is 235 (92.19% from 255 or 51.99% from 452); Green value is 117 (46.09% from 255 or 25.88% from 452); Blue value is 100 (39.45% from 255 or 22.12% from 452); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7564 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB7564 is #148A9B. Grayscale: #969696. Windows color (decimal): -1346204 or 6583787. OLE color: 6583787.

HSL color Cylindrical-coordinate representation of color #EB7564: hue angle of 7.56º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EB7564 is Cyan = 0, Magento = 0.50, Yellow = 0.57 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 117 100 -
CMYK 0 0.50 0.57 0.08
HSL 7.56º 0.77% 0.66% -
HSV(B) 7.56º 0.57% 0.92% -
XYZ 42.92 31.3 15.84 -
YUV 150.34 99.59 188.38 -
System Red Green Blue C M Y K H S L
Decimal 235 117 100 0 0.50 0.57 0.08 7.56 0.77 0.66
Hex EB 75 64 0 32 39 8 8 4D 42
Octal 353 165 144 0 62 71 10 10 115 102
Binary 11101011 1110101 1100100 0 110010 111001 1000 1000 1001101 1000010

Color Harmonies of #EB7564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB7564

Black with #EB7564

Text Example


Text Example

White with #EB7564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB7564; }

 p { color: rgb(235,117,100); }

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

background-color css

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

 a { background-color: rgb(235,117,100); }

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

border-color css

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

 span { border-color: rgb(235,117,100); }

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