Html Css Color HEX #EA9D60 Sandy Brown

📋 copy color: '#EA9D60'

red 234 ◦ green 157 ◦ blue 96

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

Shades of Sandy Brown #EA9D60

Tints of Sandy Brown #EA9D60

RGB

 RED value IS 234 (91.8% from 255) = 48.05%

 GREEN value IS 157 (61.72% from 255) = 32.24%

 BLUE value IS 96 (37.89% from 255) = 19.71%

R = 48.05%
G = 32.24%
B = 19.71%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.59

 K value IS 0.08

RGB Variations

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

Color information

#EA9D60 (or 0xEA9D60) is known color: Sandy Brown. HEX triplet: EA, 9D and 60. RGB value is (234,157,96). Sum of RGB (Red+Green+Blue) = 234+157+96=487 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.05% from 487); Green value is 157 (61.72% from 255 or 32.24% from 487); Blue value is 96 (37.89% from 255 or 19.71% from 487); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9D60 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA9D60 is #15629F. Grayscale: #ADADAD. Windows color (decimal): -1401504 or 6331882. OLE color: 6331882.

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

Color convert

RGB 234 157 96 -
CMYK 0 0.33 0.59 0.08
HSL 26.52º 0.77% 0.65% -
HSV(B) 26.52º 0.59% 0.92% -
XYZ 48.1 42.45 16.73 -
YUV 173.07 84.51 171.46 -
System Red Green Blue C M Y K H S L
Decimal 234 157 96 0 0.33 0.59 0.08 26.52 0.77 0.65
Hex EA 9D 60 0 21 3B 8 1B 4D 41
Octal 352 235 140 0 41 73 10 33 115 101
Binary 11101010 10011101 1100000 0 100001 111011 1000 11011 1001101 1000001

Color Harmonies of #EA9D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9D60

Black with #EA9D60

Text Example


Text Example

White with #EA9D60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9D60; }

 p { color: rgb(234,157,96); }

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

background-color css

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

 a { background-color: rgb(234,157,96); }

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

border-color css

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

 span { border-color: rgb(234,157,96); }

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