Html Css Color HEX #EB7B64 Terra Cotta

📋 copy color: '#EB7B64'

red 235 ◦ green 123 ◦ blue 100

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

Shades of Terra Cotta #EB7B64

Tints of Terra Cotta #EB7B64

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.86%

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

R = 51.31%
G = 26.86%
B = 21.83%

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

#EB7B64 (or 0xEB7B64) is known color: Terra Cotta. HEX triplet: EB, 7B and 64. RGB value is (235,123,100). Sum of RGB (Red+Green+Blue) = 235+123+100=458 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.31% from 458); Green value is 123 (48.44% from 255 or 26.86% from 458); Blue value is 100 (39.45% from 255 or 21.83% from 458); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7B64 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB7B64 is #14849B. Grayscale: #9A9A9A. Windows color (decimal): -1344668 or 6585323. OLE color: 6585323.

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

Color convert

RGB 235 123 100 -
CMYK 0 0.48 0.57 0.08
HSL 10.22º 0.77% 0.66% -
HSV(B) 10.22º 0.57% 0.92% -
XYZ 43.64 32.75 16.08 -
YUV 153.87 97.61 185.87 -
System Red Green Blue C M Y K H S L
Decimal 235 123 100 0 0.48 0.57 0.08 10.22 0.77 0.66
Hex EB 7B 64 0 30 39 8 A 4D 42
Octal 353 173 144 0 60 71 10 12 115 102
Binary 11101011 1111011 1100100 0 110000 111001 1000 1010 1001101 1000010

Color Harmonies of #EB7B64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB7B64

Black with #EB7B64

Text Example


Text Example

White with #EB7B64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB7B64; }

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

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

background-color css

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

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

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

border-color css

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

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

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