Html Css Color HEX #EFAC5D Sandy Brown

📋 copy color: '#EFAC5D'

red 239 ◦ green 172 ◦ blue 93

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

Shades of Sandy Brown #EFAC5D

Tints of Sandy Brown #EFAC5D

RGB

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

 GREEN value IS 172 (67.58% from 255) = 34.13%

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

R = 47.42%
G = 34.13%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.61

 K value IS 0.06

RGB Variations

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

Color information

#EFAC5D (or 0xEFAC5D) is known color: Sandy Brown. HEX triplet: EF, AC and 5D. RGB value is (239,172,93). Sum of RGB (Red+Green+Blue) = 239+172+93=504 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.42% from 504); Green value is 172 (67.58% from 255 or 34.13% from 504); Blue value is 93 (36.72% from 255 or 18.45% from 504); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAC5D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFAC5D is #1053A2. Grayscale: #B7B7B7. Windows color (decimal): -1069987 or 6139119. OLE color: 6139119.

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

Color convert

RGB 239 172 93 -
CMYK 0 0.28 0.61 0.06
HSL 32.47º 0.82% 0.65% -
HSV(B) 32.47º 0.61% 0.94% -
XYZ 52.32 48.65 16.99 -
YUV 183.03 77.2 167.92 -
System Red Green Blue C M Y K H S L
Decimal 239 172 93 0 0.28 0.61 0.06 32.47 0.82 0.65
Hex EF AC 5D 0 1C 3D 6 20 52 41
Octal 357 254 135 0 34 75 6 40 122 101
Binary 11101111 10101100 1011101 0 11100 111101 110 100000 1010010 1000001

Color Harmonies of #EFAC5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAC5D

Black with #EFAC5D

Text Example


Text Example

White with #EFAC5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAC5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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