Html Css Color HEX #EB6663 Terra Cotta

📋 copy color: '#EB6663'

red 235 ◦ green 102 ◦ blue 99

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

Shades of Terra Cotta #EB6663

Tints of Terra Cotta #EB6663

RGB

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

 GREEN value IS 102 (40.23% from 255) = 23.39%

 BLUE value IS 99 (39.06% from 255) = 22.71%

R = 53.9%
G = 23.39%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.58

 K value IS 0.08

RGB Variations

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

Color information

#EB6663 (or 0xEB6663) is known color: Terra Cotta. HEX triplet: EB, 66 and 63. RGB value is (235,102,99). Sum of RGB (Red+Green+Blue) = 235+102+99=436 (57% of max value = 765). Red value is 235 (92.19% from 255 or 53.90% from 436); Green value is 102 (40.23% from 255 or 23.39% from 436); Blue value is 99 (39.06% from 255 or 22.71% from 436); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6663 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB6663 is #14999C. Grayscale: #8D8D8D. Windows color (decimal): -1350045 or 6514411. OLE color: 6514411.

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

Color convert

RGB 235 102 99 -
CMYK 0 0.57 0.58 0.08
HSL 1.32º 0.77% 0.65% -
HSV(B) 1.32º 0.58% 0.92% -
XYZ 41.26 28.07 15.05 -
YUV 141.43 104.06 194.74 -
System Red Green Blue C M Y K H S L
Decimal 235 102 99 0 0.57 0.58 0.08 1.32 0.77 0.65
Hex EB 66 63 0 39 3A 8 1 4D 41
Octal 353 146 143 0 71 72 10 1 115 101
Binary 11101011 1100110 1100011 0 111001 111010 1000 1 1001101 1000001

Color Harmonies of #EB6663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6663

Black with #EB6663

Text Example


Text Example

White with #EB6663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6663; }

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

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

background-color css

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

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

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

border-color css

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

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

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