Html Css Color HEX #EFA061 Sandy Brown

📋 copy color: '#EFA061'

red 239 ◦ green 160 ◦ blue 97

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

Shades of Sandy Brown #EFA061

Tints of Sandy Brown #EFA061

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 19.56%

R = 48.19%
G = 32.26%
B = 19.56%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.59

 K value IS 0.06

RGB Variations

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

Color information

#EFA061 (or 0xEFA061) is known color: Sandy Brown. HEX triplet: EF, A0 and 61. RGB value is (239,160,97). Sum of RGB (Red+Green+Blue) = 239+160+97=496 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.19% from 496); Green value is 160 (62.89% from 255 or 32.26% from 496); Blue value is 97 (38.28% from 255 or 19.56% from 496); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA061 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA061 is #105F9E. Grayscale: #B0B0B0. Windows color (decimal): -1073055 or 6398191. OLE color: 6398191.

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

Color convert

RGB 239 160 97 -
CMYK 0 0.33 0.59 0.06
HSL 26.62º 0.82% 0.66% -
HSV(B) 26.62º 0.59% 0.94% -
XYZ 50.33 44.36 17.22 -
YUV 176.44 83.17 172.62 -
System Red Green Blue C M Y K H S L
Decimal 239 160 97 0 0.33 0.59 0.06 26.62 0.82 0.66
Hex EF A0 61 0 21 3B 6 1B 52 42
Octal 357 240 141 0 41 73 6 33 122 102
Binary 11101111 10100000 1100001 0 100001 111011 110 11011 1010010 1000010

Color Harmonies of #EFA061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA061

Black with #EFA061

Text Example


Text Example

White with #EFA061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA061; }

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

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

background-color css

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

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

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

border-color css

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

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

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