Html Css Color HEX #EFA85F Sandy Brown

📋 copy color: '#EFA85F'

red 239 ◦ green 168 ◦ blue 95

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

Shades of Sandy Brown #EFA85F

Tints of Sandy Brown #EFA85F

RGB

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

 GREEN value IS 168 (66.02% from 255) = 33.47%

 BLUE value IS 95 (37.5% from 255) = 18.92%

R = 47.61%
G = 33.47%
B = 18.92%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.60

 K value IS 0.06

RGB Variations

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

Color information

#EFA85F (or 0xEFA85F) is known color: Sandy Brown. HEX triplet: EF, A8 and 5F. RGB value is (239,168,95). Sum of RGB (Red+Green+Blue) = 239+168+95=502 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.61% from 502); Green value is 168 (66.02% from 255 or 33.47% from 502); Blue value is 95 (37.5% from 255 or 18.92% from 502); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA85F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA85F is #1057A0. Grayscale: #B5B5B5. Windows color (decimal): -1071009 or 6269167. OLE color: 6269167.

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

Color convert

RGB 239 168 95 -
CMYK 0 0.30 0.60 0.06
HSL 30.42º 0.82% 0.65% -
HSV(B) 30.42º 0.6% 0.94% -
XYZ 51.66 47.18 17.21 -
YUV 180.91 79.52 169.44 -
System Red Green Blue C M Y K H S L
Decimal 239 168 95 0 0.30 0.60 0.06 30.42 0.82 0.65
Hex EF A8 5F 0 1E 3C 6 1E 52 41
Octal 357 250 137 0 36 74 6 36 122 101
Binary 11101111 10101000 1011111 0 11110 111100 110 11110 1010010 1000001

Color Harmonies of #EFA85F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA85F

Black with #EFA85F

Text Example


Text Example

White with #EFA85F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA85F; }

 p { color: rgb(239,168,95); }

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

background-color css

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

 a { background-color: rgb(239,168,95); }

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

border-color css

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

 span { border-color: rgb(239,168,95); }

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