Html Css Color HEX #EFA260 Sandy Brown

📋 copy color: '#EFA260'

red 239 ◦ green 162 ◦ blue 96

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

Shades of Sandy Brown #EFA260

Tints of Sandy Brown #EFA260

RGB

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

 GREEN value IS 162 (63.67% from 255) = 32.6%

 BLUE value IS 96 (37.89% from 255) = 19.32%

R = 48.09%
G = 32.6%
B = 19.32%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.60

 K value IS 0.06

RGB Variations

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

Color information

#EFA260 (or 0xEFA260) is known color: Sandy Brown. HEX triplet: EF, A2 and 60. RGB value is (239,162,96). Sum of RGB (Red+Green+Blue) = 239+162+96=497 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.09% from 497); Green value is 162 (63.67% from 255 or 32.60% from 497); Blue value is 96 (37.89% from 255 or 19.32% from 497); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA260 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA260 is #105D9F. Grayscale: #B1B1B1. Windows color (decimal): -1072544 or 6333167. OLE color: 6333167.

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

Color convert

RGB 239 162 96 -
CMYK 0 0.32 0.60 0.06
HSL 27.69º 0.82% 0.66% -
HSV(B) 27.69º 0.6% 0.94% -
XYZ 50.63 45.04 17.09 -
YUV 177.5 82.01 171.87 -
System Red Green Blue C M Y K H S L
Decimal 239 162 96 0 0.32 0.60 0.06 27.69 0.82 0.66
Hex EF A2 60 0 20 3C 6 1C 52 42
Octal 357 242 140 0 40 74 6 34 122 102
Binary 11101111 10100010 1100000 0 100000 111100 110 11100 1010010 1000010

Color Harmonies of #EFA260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA260

Black with #EFA260

Text Example


Text Example

White with #EFA260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA260; }

 p { color: rgb(239,162,96); }

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

background-color css

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

 a { background-color: rgb(239,162,96); }

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

border-color css

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

 span { border-color: rgb(239,162,96); }

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