#EA8661

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

Shades of Crusta #EA8661

Tints of Crusta #EA8661

Color information

#EA8661 (or 0xEA8661) is unknown color: approx Crusta. HEX triplet: EA, 86 and 61. RGB value is (234,134,97). Sum of RGB (Red+Green+Blue) = 234+134+97=465 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.32% from 465); Green value is 134 (52.73% from 255 or 28.82% from 465); Blue value is 97 (38.28% from 255 or 20.86% from 465); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8661 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8661 is #15799E. Grayscale: #9F9F9F. Windows color (decimal): -1407391 or 6391530. OLE color: 6391530.

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

Color convert

RGB23413497-
CMYK00.430.590.08
HSL16.2º76.54%64.9%-
HSV(B)16.2º58.55%91.76%-
XYZ44.6135.4115.79-
YUV159.6892.63181.01-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 50.32%
GREEN value IS 134 (52.73% from 255) = 28.82%
BLUE value IS 97 (38.28% from 255) = 20.86%
R=50.32%
G=28.82%
B=20.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.59
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341349700.430.590.0816.276.5464.9
HexEA866102B3B8104d41
Octal352206141053731020115101
Binary11101010100001101100001010101111101110001000010011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8661; }

 p { color: rgb(234,134,97); }

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

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

 a { background-color: rgb(234,134,97); }

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

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

 span { border-color: rgb(234,134,97); }

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