Html Css Color HEX #EFA057 Sandy Brown

📋 copy color: '#EFA057'

red 239 ◦ green 160 ◦ blue 87

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

Shades of Sandy Brown #EFA057

Tints of Sandy Brown #EFA057

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 17.9%

R = 49.18%
G = 32.92%
B = 17.9%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.64

 K value IS 0.06

RGB Variations

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

Color information

#EFA057 (or 0xEFA057) is known color: Sandy Brown. HEX triplet: EF, A0 and 57. RGB value is (239,160,87). Sum of RGB (Red+Green+Blue) = 239+160+87=486 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.18% from 486); Green value is 160 (62.89% from 255 or 32.92% from 486); Blue value is 87 (34.38% from 255 or 17.90% from 486); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA057 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA057 is #105FA8. Grayscale: #AFAFAF. Windows color (decimal): -1073065 or 5742831. OLE color: 5742831.

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

Color convert

RGB 239 160 87 -
CMYK 0 0.33 0.64 0.06
HSL 28.82º 0.83% 0.64% -
HSV(B) 28.82º 0.64% 0.94% -
XYZ 49.89 44.18 14.92 -
YUV 175.3 78.17 173.44 -
System Red Green Blue C M Y K H S L
Decimal 239 160 87 0 0.33 0.64 0.06 28.82 0.83 0.64
Hex EF A0 57 0 21 40 6 1D 53 40
Octal 357 240 127 0 41 100 6 35 123 100
Binary 11101111 10100000 1010111 0 100001 1000000 110 11101 1010011 1000000

Color Harmonies of #EFA057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA057

Black with #EFA057

Text Example


Text Example

White with #EFA057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA057; }

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

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

background-color css

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

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

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

border-color css

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

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

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