Html Css Color HEX #EFA85B Sandy Brown

📋 copy color: '#EFA85B'

red 239 ◦ green 168 ◦ blue 91

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

Shades of Sandy Brown #EFA85B

Tints of Sandy Brown #EFA85B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 18.27%

R = 47.99%
G = 33.73%
B = 18.27%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#EFA85B (or 0xEFA85B) is known color: Sandy Brown. HEX triplet: EF, A8 and 5B. RGB value is (239,168,91). Sum of RGB (Red+Green+Blue) = 239+168+91=498 (65% of max value = 765). Red value is 239 (93.75% from 255 or 47.99% from 498); Green value is 168 (66.02% from 255 or 33.73% from 498); Blue value is 91 (35.94% from 255 or 18.27% from 498); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA85B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA85B is #1057A4. Grayscale: #B4B4B4. Windows color (decimal): -1071013 or 6007023. OLE color: 6007023.

HSL color Cylindrical-coordinate representation of color #EFA85B: hue angle of 31.22º 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 #EFA85B is Cyan = 0, Magento = 0.30, Yellow = 0.62 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 168 91 -
CMYK 0 0.30 0.62 0.06
HSL 31.22º 0.82% 0.65% -
HSV(B) 31.22º 0.62% 0.94% -
XYZ 51.49 47.11 16.28 -
YUV 180.45 77.52 169.76 -
System Red Green Blue C M Y K H S L
Decimal 239 168 91 0 0.30 0.62 0.06 31.22 0.82 0.65
Hex EF A8 5B 0 1E 3E 6 1F 52 41
Octal 357 250 133 0 36 76 6 37 122 101
Binary 11101111 10101000 1011011 0 11110 111110 110 11111 1010010 1000001

Color Harmonies of #EFA85B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA85B

Black with #EFA85B

Text Example


Text Example

White with #EFA85B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA85B; }

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

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

background-color css

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

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

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

border-color css

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

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

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