Html Css Color HEX #EFAD64 Sandy Brown

📋 copy color: '#EFAD64'

red 239 ◦ green 173 ◦ blue 100

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

Shades of Sandy Brown #EFAD64

Tints of Sandy Brown #EFAD64

RGB

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

 GREEN value IS 173 (67.97% from 255) = 33.79%

 BLUE value IS 100 (39.45% from 255) = 19.53%

R = 46.68%
G = 33.79%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#EFAD64 (or 0xEFAD64) is known color: Sandy Brown. HEX triplet: EF, AD and 64. RGB value is (239,173,100). Sum of RGB (Red+Green+Blue) = 239+173+100=512 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.68% from 512); Green value is 173 (67.97% from 255 or 33.79% from 512); Blue value is 100 (39.45% from 255 or 19.53% from 512); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAD64 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFAD64 is #10529B. Grayscale: #B8B8B8. Windows color (decimal): -1069724 or 6598127. OLE color: 6598127.

HSL color Cylindrical-coordinate representation of color #EFAD64: hue angle of 31.51º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EFAD64 is Cyan = 0, Magento = 0.28, Yellow = 0.58 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 173 100 -
CMYK 0 0.28 0.58 0.06
HSL 31.51º 0.81% 0.66% -
HSV(B) 31.51º 0.58% 0.94% -
XYZ 52.84 49.16 18.76 -
YUV 184.41 80.37 166.94 -
System Red Green Blue C M Y K H S L
Decimal 239 173 100 0 0.28 0.58 0.06 31.51 0.81 0.66
Hex EF AD 64 0 1C 3A 6 20 51 42
Octal 357 255 144 0 34 72 6 40 121 102
Binary 11101111 10101101 1100100 0 11100 111010 110 100000 1010001 1000010

Color Harmonies of #EFAD64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAD64

Black with #EFAD64

Text Example


Text Example

White with #EFAD64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAD64; }

 p { color: rgb(239,173,100); }

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

background-color css

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

 a { background-color: rgb(239,173,100); }

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

border-color css

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

 span { border-color: rgb(239,173,100); }

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