Html Css Color HEX #EFA466 Sandy Brown

📋 copy color: '#EFA466'

red 239 ◦ green 164 ◦ blue 102

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

Shades of Sandy Brown #EFA466

Tints of Sandy Brown #EFA466

RGB

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

 GREEN value IS 164 (64.45% from 255) = 32.48%

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

R = 47.33%
G = 32.48%
B = 20.2%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.57

 K value IS 0.06

RGB Variations

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

Color information

#EFA466 (or 0xEFA466) is known color: Sandy Brown. HEX triplet: EF, A4 and 66. RGB value is (239,164,102). Sum of RGB (Red+Green+Blue) = 239+164+102=505 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.33% from 505); Green value is 164 (64.45% from 255 or 32.48% from 505); Blue value is 102 (40.23% from 255 or 20.20% from 505); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA466 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA466 is #105B99. Grayscale: #B3B3B3. Windows color (decimal): -1072026 or 6726895. OLE color: 6726895.

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

Color convert

RGB 239 164 102 -
CMYK 0 0.31 0.57 0.06
HSL 27.15º 0.81% 0.67% -
HSV(B) 27.15º 0.57% 0.94% -
XYZ 51.27 45.86 18.72 -
YUV 179.36 84.35 170.54 -
System Red Green Blue C M Y K H S L
Decimal 239 164 102 0 0.31 0.57 0.06 27.15 0.81 0.67
Hex EF A4 66 0 1F 39 6 1B 51 43
Octal 357 244 146 0 37 71 6 33 121 103
Binary 11101111 10100100 1100110 0 11111 111001 110 11011 1010001 1000011

Color Harmonies of #EFA466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA466

Black with #EFA466

Text Example


Text Example

White with #EFA466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA466; }

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

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

background-color css

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

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

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

border-color css

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

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

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