Html Css Color HEX #EFA059 Sandy Brown

📋 copy color: '#EFA059'

red 239 ◦ green 160 ◦ blue 89

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

Shades of Sandy Brown #EFA059

Tints of Sandy Brown #EFA059

RGB

 RED value IS 239 (93.75% from 255) = 48.98%

 GREEN value IS 160 (62.89% from 255) = 32.79%

 BLUE value IS 89 (35.16% from 255) = 18.24%

R = 48.98%
G = 32.79%
B = 18.24%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.63

 K value IS 0.06

RGB Variations

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

Color information

#EFA059 (or 0xEFA059) is known color: Sandy Brown. HEX triplet: EF, A0 and 59. RGB value is (239,160,89). Sum of RGB (Red+Green+Blue) = 239+160+89=488 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.98% from 488); Green value is 160 (62.89% from 255 or 32.79% from 488); Blue value is 89 (35.16% from 255 or 18.24% from 488); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA059 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA059 is #105FA6. Grayscale: #AFAFAF. Windows color (decimal): -1073063 or 5873903. OLE color: 5873903.

HSL color Cylindrical-coordinate representation of color #EFA059: hue angle of 28.4º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EFA059 is Cyan = 0, Magento = 0.33, Yellow = 0.63 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 160 89 -
CMYK 0 0.33 0.63 0.06
HSL 28.4º 0.82% 0.64% -
HSV(B) 28.4º 0.63% 0.94% -
XYZ 49.97 44.21 15.35 -
YUV 175.53 79.17 173.27 -
System Red Green Blue C M Y K H S L
Decimal 239 160 89 0 0.33 0.63 0.06 28.4 0.82 0.64
Hex EF A0 59 0 21 3F 6 1C 52 40
Octal 357 240 131 0 41 77 6 34 122 100
Binary 11101111 10100000 1011001 0 100001 111111 110 11100 1010010 1000000

Color Harmonies of #EFA059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA059

Black with #EFA059

Text Example


Text Example

White with #EFA059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA059; }

 p { color: rgb(239,160,89); }

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

background-color css

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

 a { background-color: rgb(239,160,89); }

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

border-color css

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

 span { border-color: rgb(239,160,89); }

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