Html Css Color HEX #EFA664 Sandy Brown

📋 copy color: '#EFA664'

red 239 ◦ green 166 ◦ blue 100

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

Shades of Sandy Brown #EFA664

Tints of Sandy Brown #EFA664

RGB

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

 GREEN value IS 166 (65.23% from 255) = 32.87%

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

R = 47.33%
G = 32.87%
B = 19.8%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#EFA664 (or 0xEFA664) is known color: Sandy Brown. HEX triplet: EF, A6 and 64. RGB value is (239,166,100). Sum of RGB (Red+Green+Blue) = 239+166+100=505 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.33% from 505); Green value is 166 (65.23% from 255 or 32.87% from 505); Blue value is 100 (39.45% from 255 or 19.80% from 505); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA664 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA664 is #10599B. Grayscale: #B4B4B4. Windows color (decimal): -1071516 or 6596335. OLE color: 6596335.

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

Color convert

RGB 239 166 100 -
CMYK 0 0.31 0.58 0.06
HSL 28.49º 0.81% 0.66% -
HSV(B) 28.49º 0.58% 0.94% -
XYZ 51.53 46.54 18.32 -
YUV 180.3 82.68 169.87 -
System Red Green Blue C M Y K H S L
Decimal 239 166 100 0 0.31 0.58 0.06 28.49 0.81 0.66
Hex EF A6 64 0 1F 3A 6 1C 51 42
Octal 357 246 144 0 37 72 6 34 121 102
Binary 11101111 10100110 1100100 0 11111 111010 110 11100 1010001 1000010

Color Harmonies of #EFA664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA664

Black with #EFA664

Text Example


Text Example

White with #EFA664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA664; }

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

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

background-color css

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

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

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

border-color css

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

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

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