Html Css Color HEX #EB7465 Terra Cotta

📋 copy color: '#EB7465'

red 235 ◦ green 116 ◦ blue 101

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

Shades of Terra Cotta #EB7465

Tints of Terra Cotta #EB7465

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25.66%

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

R = 51.99%
G = 25.66%
B = 22.35%

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

#EB7465 (or 0xEB7465) is known color: Terra Cotta. HEX triplet: EB, 74 and 65. RGB value is (235,116,101). Sum of RGB (Red+Green+Blue) = 235+116+101=452 (59% of max value = 765). Red value is 235 (92.19% from 255 or 51.99% from 452); Green value is 116 (45.70% from 255 or 25.66% from 452); Blue value is 101 (39.84% from 255 or 22.35% from 452); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7465 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB7465 is #148B9A. Grayscale: #969696. Windows color (decimal): -1346459 or 6649067. OLE color: 6649067.

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

Color convert

RGB 235 116 101 -
CMYK 0 0.51 0.57 0.08
HSL 6.72º 0.77% 0.66% -
HSV(B) 6.72º 0.57% 0.92% -
XYZ 42.86 31.09 16.05 -
YUV 149.87 100.42 188.72 -
System Red Green Blue C M Y K H S L
Decimal 235 116 101 0 0.51 0.57 0.08 6.72 0.77 0.66
Hex EB 74 65 0 33 39 8 7 4D 42
Octal 353 164 145 0 63 71 10 7 115 102
Binary 11101011 1110100 1100101 0 110011 111001 1000 111 1001101 1000010

Color Harmonies of #EB7465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB7465

Black with #EB7465

Text Example


Text Example

White with #EB7465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB7465; }

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

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

background-color css

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

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

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

border-color css

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

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

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