Html Css Color HEX #EB7266 Terra Cotta

📋 copy color: '#EB7266'

red 235 ◦ green 114 ◦ blue 102

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

Shades of Terra Cotta #EB7266

Tints of Terra Cotta #EB7266

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.28%

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

R = 52.11%
G = 25.28%
B = 22.62%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#EB7266 (or 0xEB7266) is known color: Terra Cotta. HEX triplet: EB, 72 and 66. RGB value is (235,114,102). Sum of RGB (Red+Green+Blue) = 235+114+102=451 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.11% from 451); Green value is 114 (44.92% from 255 or 25.28% from 451); Blue value is 102 (40.23% from 255 or 22.62% from 451); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7266 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB7266 is #148D99. Grayscale: #949494. Windows color (decimal): -1346970 or 6714091. OLE color: 6714091.

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

Color convert

RGB 235 114 102 -
CMYK 0 0.51 0.57 0.08
HSL 5.41º 0.77% 0.66% -
HSV(B) 5.41º 0.57% 0.92% -
XYZ 42.68 30.66 16.24 -
YUV 148.81 101.59 189.48 -
System Red Green Blue C M Y K H S L
Decimal 235 114 102 0 0.51 0.57 0.08 5.41 0.77 0.66
Hex EB 72 66 0 33 39 8 5 4D 42
Octal 353 162 146 0 63 71 10 5 115 102
Binary 11101011 1110010 1100110 0 110011 111001 1000 101 1001101 1000010

Color Harmonies of #EB7266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB7266

Black with #EB7266

Text Example


Text Example

White with #EB7266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB7266; }

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

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

background-color css

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

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

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

border-color css

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

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

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