Html Css Color HEX #EB6765 Terra Cotta

📋 copy color: '#EB6765'

red 235 ◦ green 103 ◦ blue 101

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

Shades of Terra Cotta #EB6765

Tints of Terra Cotta #EB6765

RGB

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

 GREEN value IS 103 (40.63% from 255) = 23.46%

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

R = 53.53%
G = 23.46%
B = 23.01%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#EB6765 (or 0xEB6765) is known color: Terra Cotta. HEX triplet: EB, 67 and 65. RGB value is (235,103,101). Sum of RGB (Red+Green+Blue) = 235+103+101=439 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.53% from 439); Green value is 103 (40.62% from 255 or 23.46% from 439); Blue value is 101 (39.84% from 255 or 23.01% from 439); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6765 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB6765 is #14989A. Grayscale: #8E8E8E. Windows color (decimal): -1349787 or 6645739. OLE color: 6645739.

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

Color convert

RGB 235 103 101 -
CMYK 0 0.56 0.57 0.08
HSL 0.9º 0.77% 0.66% -
HSV(B) 0.9º 0.57% 0.92% -
XYZ 41.46 28.3 15.59 -
YUV 142.24 104.73 194.16 -
System Red Green Blue C M Y K H S L
Decimal 235 103 101 0 0.56 0.57 0.08 0.9 0.77 0.66
Hex EB 67 65 0 38 39 8 1 4D 42
Octal 353 147 145 0 70 71 10 1 115 102
Binary 11101011 1100111 1100101 0 111000 111001 1000 1 1001101 1000010

Color Harmonies of #EB6765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6765

Black with #EB6765

Text Example


Text Example

White with #EB6765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6765; }

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

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

background-color css

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

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

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

border-color css

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

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

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