Html Css Color HEX #EB7665 Terra Cotta

📋 copy color: '#EB7665'

red 235 ◦ green 118 ◦ blue 101

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

Shades of Terra Cotta #EB7665

Tints of Terra Cotta #EB7665

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25.99%

 BLUE value IS 101 (39.84% from 255) = 22.25%

R = 51.76%
G = 25.99%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#EB7665 (or 0xEB7665) is known color: Terra Cotta. HEX triplet: EB, 76 and 65. RGB value is (235,118,101). Sum of RGB (Red+Green+Blue) = 235+118+101=454 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.76% from 454); Green value is 118 (46.48% from 255 or 25.99% from 454); Blue value is 101 (39.84% from 255 or 22.25% from 454); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7665 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB7665 is #14899A. Grayscale: #979797. Windows color (decimal): -1345947 or 6649579. OLE color: 6649579.

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

Color convert

RGB 235 118 101 -
CMYK 0 0.50 0.57 0.08
HSL 7.61º 0.77% 0.66% -
HSV(B) 7.61º 0.57% 0.92% -
XYZ 43.09 31.56 16.13 -
YUV 151.05 99.76 187.88 -
System Red Green Blue C M Y K H S L
Decimal 235 118 101 0 0.50 0.57 0.08 7.61 0.77 0.66
Hex EB 76 65 0 32 39 8 8 4D 42
Octal 353 166 145 0 62 71 10 10 115 102
Binary 11101011 1110110 1100101 0 110010 111001 1000 1000 1001101 1000010

Color Harmonies of #EB7665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB7665

Black with #EB7665

Text Example


Text Example

White with #EB7665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB7665; }

 p { color: rgb(235,118,101); }

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

background-color css

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

 a { background-color: rgb(235,118,101); }

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

border-color css

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

 span { border-color: rgb(235,118,101); }

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