#EB655E

Color #EB655E Terra Cotta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Terra Cotta #EB655E

Tints of Terra Cotta #EB655E

Color information

#EB655E (or 0xEB655E) is unknown color: approx Terra Cotta. HEX triplet: EB, 65 and 5E. RGB value is (235,101,94). Sum of RGB (Red+Green+Blue) = 235+101+94=430 (56% of max value = 765). Red value is 235 (92.19% from 255 or 54.65% from 430); Green value is 101 (39.84% from 255 or 23.49% from 430); Blue value is 94 (37.11% from 255 or 21.86% from 430); Max value from RGB is 235 - color contains mainly: red. Hex color #EB655E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB655E is #149AA1. Grayscale: #8C8C8C. Windows color (decimal): -1350306 or 6186475. OLE color: 6186475.

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

Color convert

RGB23510194-
CMYK00.570.60.08
HSL2.98º77.9%64.51%-
HSV(B)2.98º60%92.16%-
XYZ40.9427.7813.79-
YUV140.27101.89195.57-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 54.65%
GREEN value IS 101 (39.84% from 255) = 23.49%
BLUE value IS 94 (37.11% from 255) = 21.86%
R=54.65%
G=23.49%
B=21.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.6
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351019400.570.60.082.9877.964.51
HexEB655E0393C834e41
Octal35314513607174103116101
Binary1110101111001011011110011100111110010001110011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB655E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB655E; }

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

 H1.HeaderClassName
 {
   color: #EB655E;
 }
 .AnyTagClassName
 {
   color: #EB655E;
 }
</style>
background-color css

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

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

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

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

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

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