Html Css Color HEX #EB7A64 Terra Cotta

📋 copy color: '#EB7A64'

red 235 ◦ green 122 ◦ blue 100

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

Shades of Terra Cotta #EB7A64

Tints of Terra Cotta #EB7A64

RGB

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

 GREEN value IS 122 (48.05% from 255) = 26.7%

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

R = 51.42%
G = 26.7%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#EB7A64 (or 0xEB7A64) is known color: Terra Cotta. HEX triplet: EB, 7A and 64. RGB value is (235,122,100). Sum of RGB (Red+Green+Blue) = 235+122+100=457 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.42% from 457); Green value is 122 (48.05% from 255 or 26.70% from 457); Blue value is 100 (39.45% from 255 or 21.88% from 457); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7A64 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB7A64 is #14859B. Grayscale: #999999. Windows color (decimal): -1344924 or 6585067. OLE color: 6585067.

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

Color convert

RGB 235 122 100 -
CMYK 0 0.48 0.57 0.08
HSL 9.78º 0.77% 0.66% -
HSV(B) 9.78º 0.57% 0.92% -
XYZ 43.52 32.5 16.04 -
YUV 153.28 97.94 186.29 -
System Red Green Blue C M Y K H S L
Decimal 235 122 100 0 0.48 0.57 0.08 9.78 0.77 0.66
Hex EB 7A 64 0 30 39 8 A 4D 42
Octal 353 172 144 0 60 71 10 12 115 102
Binary 11101011 1111010 1100100 0 110000 111001 1000 1010 1001101 1000010

Color Harmonies of #EB7A64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB7A64

Black with #EB7A64

Text Example


Text Example

White with #EB7A64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB7A64; }

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

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

background-color css

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

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

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

border-color css

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

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

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