Html Css Color HEX #EFA966 Sandy Brown

📋 copy color: '#EFA966'

red 239 ◦ green 169 ◦ blue 102

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

Shades of Sandy Brown #EFA966

Tints of Sandy Brown #EFA966

RGB

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

 GREEN value IS 169 (66.41% from 255) = 33.14%

 BLUE value IS 102 (40.23% from 255) = 20%

R = 46.86%
G = 33.14%
B = 20%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.57

 K value IS 0.06

RGB Variations

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

Color information

#EFA966 (or 0xEFA966) is known color: Sandy Brown. HEX triplet: EF, A9 and 66. RGB value is (239,169,102). Sum of RGB (Red+Green+Blue) = 239+169+102=510 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.86% from 510); Green value is 169 (66.41% from 255 or 33.14% from 510); Blue value is 102 (40.23% from 255 or 20% from 510); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA966 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA966 is #105699. Grayscale: #B6B6B6. Windows color (decimal): -1070746 or 6728175. OLE color: 6728175.

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

Color convert

RGB 239 169 102 -
CMYK 0 0.29 0.57 0.06
HSL 29.34º 0.81% 0.67% -
HSV(B) 29.34º 0.57% 0.94% -
XYZ 52.18 47.69 19.02 -
YUV 182.29 82.69 168.45 -
System Red Green Blue C M Y K H S L
Decimal 239 169 102 0 0.29 0.57 0.06 29.34 0.81 0.67
Hex EF A9 66 0 1D 39 6 1D 51 43
Octal 357 251 146 0 35 71 6 35 121 103
Binary 11101111 10101001 1100110 0 11101 111001 110 11101 1010001 1000011

Color Harmonies of #EFA966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA966

Black with #EFA966

Text Example


Text Example

White with #EFA966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA966; }

 p { color: rgb(239,169,102); }

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

background-color css

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

 a { background-color: rgb(239,169,102); }

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

border-color css

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

 span { border-color: rgb(239,169,102); }

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