Html Css Color HEX #EFA85D Sandy Brown

📋 copy color: '#EFA85D'

red 239 ◦ green 168 ◦ blue 93

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

Shades of Sandy Brown #EFA85D

Tints of Sandy Brown #EFA85D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 18.6%

R = 47.8%
G = 33.6%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.61

 K value IS 0.06

RGB Variations

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

Color information

#EFA85D (or 0xEFA85D) is known color: Sandy Brown. HEX triplet: EF, A8 and 5D. RGB value is (239,168,93). Sum of RGB (Red+Green+Blue) = 239+168+93=500 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.8% from 500); Green value is 168 (66.02% from 255 or 33.6% from 500); Blue value is 93 (36.72% from 255 or 18.6% from 500); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA85D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA85D is #1057A2. Grayscale: #B5B5B5. Windows color (decimal): -1071011 or 6138095. OLE color: 6138095.

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

Color convert

RGB 239 168 93 -
CMYK 0 0.30 0.61 0.06
HSL 30.82º 0.82% 0.65% -
HSV(B) 30.82º 0.61% 0.94% -
XYZ 51.58 47.15 16.74 -
YUV 180.68 78.52 169.6 -
System Red Green Blue C M Y K H S L
Decimal 239 168 93 0 0.30 0.61 0.06 30.82 0.82 0.65
Hex EF A8 5D 0 1E 3D 6 1F 52 41
Octal 357 250 135 0 36 75 6 37 122 101
Binary 11101111 10101000 1011101 0 11110 111101 110 11111 1010010 1000001

Color Harmonies of #EFA85D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA85D

Black with #EFA85D

Text Example


Text Example

White with #EFA85D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA85D; }

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

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

background-color css

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

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

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

border-color css

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

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

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