Html Css Color HEX #EA9F65 Sandy Brown

📋 copy color: '#EA9F65'

red 234 ◦ green 159 ◦ blue 101

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

Shades of Sandy Brown #EA9F65

Tints of Sandy Brown #EA9F65

RGB

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

 GREEN value IS 159 (62.5% from 255) = 32.19%

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

R = 47.37%
G = 32.19%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#EA9F65 (or 0xEA9F65) is known color: Sandy Brown. HEX triplet: EA, 9F and 65. RGB value is (234,159,101). Sum of RGB (Red+Green+Blue) = 234+159+101=494 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.37% from 494); Green value is 159 (62.5% from 255 or 32.19% from 494); Blue value is 101 (39.84% from 255 or 20.45% from 494); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9F65 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA9F65 is #15609A. Grayscale: #AFAFAF. Windows color (decimal): -1400987 or 6660074. OLE color: 6660074.

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

Color convert

RGB 234 159 101 -
CMYK 0 0.32 0.57 0.08
HSL 26.17º 0.76% 0.66% -
HSV(B) 26.17º 0.57% 0.92% -
XYZ 48.68 43.23 18.09 -
YUV 174.81 86.35 170.22 -
System Red Green Blue C M Y K H S L
Decimal 234 159 101 0 0.32 0.57 0.08 26.17 0.76 0.66
Hex EA 9F 65 0 20 39 8 1A 4C 42
Octal 352 237 145 0 40 71 10 32 114 102
Binary 11101010 10011111 1100101 0 100000 111001 1000 11010 1001100 1000010

Color Harmonies of #EA9F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9F65

Black with #EA9F65

Text Example


Text Example

White with #EA9F65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9F65; }

 p { color: rgb(234,159,101); }

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

background-color css

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

 a { background-color: rgb(234,159,101); }

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

border-color css

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

 span { border-color: rgb(234,159,101); }

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