Html Css Color HEX #EB7866 Terra Cotta

📋 copy color: '#EB7866'

red 235 ◦ green 120 ◦ blue 102

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

Shades of Terra Cotta #EB7866

Tints of Terra Cotta #EB7866

RGB

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

 GREEN value IS 120 (47.27% from 255) = 26.26%

 BLUE value IS 102 (40.23% from 255) = 22.32%

R = 51.42%
G = 26.26%
B = 22.32%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#EB7866 (or 0xEB7866) is known color: Terra Cotta. HEX triplet: EB, 78 and 66. RGB value is (235,120,102). Sum of RGB (Red+Green+Blue) = 235+120+102=457 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.42% from 457); Green value is 120 (47.27% from 255 or 26.26% from 457); Blue value is 102 (40.23% from 255 or 22.32% from 457); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7866 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB7866 is #148799. Grayscale: #989898. Windows color (decimal): -1345434 or 6715627. OLE color: 6715627.

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

Color convert

RGB 235 120 102 -
CMYK 0 0.49 0.57 0.08
HSL 8.12º 0.77% 0.66% -
HSV(B) 8.12º 0.57% 0.92% -
XYZ 43.38 32.05 16.47 -
YUV 152.33 99.6 186.96 -
System Red Green Blue C M Y K H S L
Decimal 235 120 102 0 0.49 0.57 0.08 8.12 0.77 0.66
Hex EB 78 66 0 31 39 8 8 4D 42
Octal 353 170 146 0 61 71 10 10 115 102
Binary 11101011 1111000 1100110 0 110001 111001 1000 1000 1001101 1000010

Color Harmonies of #EB7866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB7866

Black with #EB7866

Text Example


Text Example

White with #EB7866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB7866; }

 p { color: rgb(235,120,102); }

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

background-color css

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

 a { background-color: rgb(235,120,102); }

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

border-color css

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

 span { border-color: rgb(235,120,102); }

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