#efa55b

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

Shades of Sandy Brown #EFA55B

Tints of Sandy Brown #EFA55B

Color information

#EFA55B (or 0xEFA55B) is unknown color: approx Sandy Brown. HEX triplet: EF, A5 and 5B. RGB value is (239,165,91). Sum of RGB (Red+Green+Blue) = 239+165+91=495 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.28% from 495); Green value is 165 (64.84% from 255 or 33.33% from 495); Blue value is 91 (35.94% from 255 or 18.38% from 495); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA55B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA55B is #105AA4. Grayscale: #B3B3B3. Windows color (decimal): -1071781 or 6006255. OLE color: 6006255.

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

Color convert

RGB23916591-
CMYK00.310.620.06
HSL30º82.22%64.71%-
HSV(B)30º61.92%93.73%-
XYZ50.9446.0216.09-
YUV178.6978.52171.02-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 48.28%
GREEN value IS 165 (64.84% from 255) = 33.33%
BLUE value IS 91 (35.94% from 255) = 18.38%
R=48.28%
G=33.33%
B=18.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.62
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391659100.310.620.063082.2264.71
HexEFA55B01F3E61e5241
Octal35724513303776636122101
Binary111011111010010110110110111111111101101111010100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #efa55b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #efa55b; }

 p { color: rgb(239,165,91); }

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

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

 a { background-color: rgb(239,165,91); }

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

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

 span { border-color: rgb(239,165,91); }

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