#EA9964

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

Shades of Sandy Brown #EA9964

Tints of Sandy Brown #EA9964

Color information

#EA9964 (or 0xEA9964) is unknown color: approx Sandy Brown. HEX triplet: EA, 99 and 64. RGB value is (234,153,100). Sum of RGB (Red+Green+Blue) = 234+153+100=487 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.05% from 487); Green value is 153 (60.16% from 255 or 31.42% from 487); Blue value is 100 (39.45% from 255 or 20.53% from 487); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9964 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA9964 is #15669B. Grayscale: #ABABAB. Windows color (decimal): -1402524 or 6593002. OLE color: 6593002.

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

Color convert

RGB234153100-
CMYK00.350.570.08
HSL23.73º76.14%65.49%-
HSV(B)23.73º57.26%91.76%-
XYZ47.6241.1917.5-
YUV171.1887.84172.81-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 48.05%
GREEN value IS 153 (60.16% from 255) = 31.42%
BLUE value IS 100 (39.45% from 255) = 20.53%
R=48.05%
G=31.42%
B=20.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.57
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415310000.350.570.0823.7376.1465.49
HexEA9964023398184c41
Octal352231144043711030114101
Binary11101010100110011100100010001111100110001100010011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9964; }

 p { color: rgb(234,153,100); }

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

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

 a { background-color: rgb(234,153,100); }

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

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

 span { border-color: rgb(234,153,100); }

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